#95721B

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

Shades of Corn Harvest #95721B

Tints of Corn Harvest #95721B

Color information

#95721B (or 0x95721B) is unknown color: approx Corn Harvest. HEX triplet: 95, 72 and 1B. RGB value is (149,114,27). Sum of RGB (Red+Green+Blue) = 149+114+27=290 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.38% from 290); Green value is 114 (44.92% from 255 or 39.31% from 290); Blue value is 27 (10.94% from 255 or 9.31% from 290); Max value from RGB is 149 - color contains mainly: red. Hex color #95721B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95721B is #6A8DE4. Grayscale: #727272. Windows color (decimal): -6983141 or 1798805. OLE color: 1798805.

HSL color Cylindrical-coordinate representation of color #95721B: hue angle of 42.79º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #95721B is Cyan = 0, Magento = 0.23, Yellow = 0.82 and Black (K on CMYK) = 0.42.

Color convert

RGB14911427-
CMYK00.230.820.42
HSL42.79º69.32%34.51%-
HSV(B)42.79º81.88%58.43%-
XYZ18.6118.53.63-
YUV114.5578.6152.57-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 51.38%
GREEN value IS 114 (44.92% from 255) = 39.31%
BLUE value IS 27 (10.94% from 255) = 9.31%
R=51.38%
G=39.31%
B=9.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.82
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491142700.230.820.4242.7969.3234.51
Hex95721B017522A2b4523
Octal22516233027122525310543
Binary1001010111100101101101011110100101010101010111000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95721B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95721B; }

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

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

<style>
 a { background-color: #95721B; }

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

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

<style>
 span { border-color: #95721B; }

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

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