#95722A

Color #95722A Corn Harvest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Corn Harvest #95722A

Tints of Corn Harvest #95722A

Color information

#95722A (or 0x95722A) is unknown color: approx Corn Harvest. HEX triplet: 95, 72 and 2A. RGB value is (149,114,42). Sum of RGB (Red+Green+Blue) = 149+114+42=305 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.85% from 305); Green value is 114 (44.92% from 255 or 37.38% from 305); Blue value is 42 (16.80% from 255 or 13.77% from 305); Max value from RGB is 149 - color contains mainly: red. Hex color #95722A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95722A is #6A8DD5. Grayscale: #747474. Windows color (decimal): -6983126 or 2781845. OLE color: 2781845.

HSL color Cylindrical-coordinate representation of color #95722A: hue angle of 40.37º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #95722A is Cyan = 0, Magento = 0.23, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB14911442-
CMYK00.230.720.42
HSL40.37º56.02%37.45%-
HSV(B)40.37º71.81%58.43%-
XYZ18.8318.594.79-
YUV116.2686.1151.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 149 (58.59% from 255) = 48.85%
GREEN value IS 114 (44.92% from 255) = 37.38%
BLUE value IS 42 (16.80% from 255) = 13.77%
R=48.85%
G=37.38%
B=13.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.72
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491144200.230.720.4240.3756.0237.45
Hex95722A017482A283825
Octal2251625202711052507045
Binary1001010111100101010100101111001000101010101000111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95722A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95722A; }

 p { color: rgb(149,114,42); }

 H1.HeaderClassName
 {
   color: #95722A;
 }
 .AnyTagClassName
 {
   color: #95722A;
 }
</style>
background-color css

<style>
 a { background-color: #95722A; }

 a { background-color: rgb(149,114,42); }

 div.DivClassName
 {
   background-color: #95722A;
 }
 .BgClassName
 {
   background-color: #95722A;
 }
</style>
border-color css

<style>
 span { border-color: #95722A; }

 span { border-color: rgb(149,114,42); }

 td.TdClassName
 {
   border-color: #95722A;
 }
 .TagClassName
 {
   border-color: #95722A;
 }
</style>