#816B33

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

Shades of Corn Harvest #816B33

Tints of Corn Harvest #816B33

Color information

#816B33 (or 0x816B33) is unknown color: approx Corn Harvest. HEX triplet: 81, 6B and 33. RGB value is (129,107,51). Sum of RGB (Red+Green+Blue) = 129+107+51=287 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.95% from 287); Green value is 107 (42.19% from 255 or 37.28% from 287); Blue value is 51 (20.31% from 255 or 17.77% from 287); Max value from RGB is 129 - color contains mainly: red. Hex color #816B33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #816B33 is #7E94CC. Grayscale: #6B6B6B. Windows color (decimal): -8295629 or 3369857. OLE color: 3369857.

HSL color Cylindrical-coordinate representation of color #816B33: hue angle of 43.08º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #816B33 is Cyan = 0, Magento = 0.17, Yellow = 0.60 and Black (K on CMYK) = 0.49.

Color convert

RGB12910751-
CMYK00.170.600.49
HSL43.08º43.33%35.29%-
HSV(B)43.08º60.47%50.59%-
XYZ14.9115.425.32-
YUV107.1996.29143.55-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 44.95%
GREEN value IS 107 (42.19% from 255) = 37.28%
BLUE value IS 51 (20.31% from 255) = 17.77%
R=44.95%
G=37.28%
B=17.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.60
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291075100.170.600.4943.0843.3335.29
Hex816B330113C312b2b23
Octal201153630217461535343
Binary100000011101011110011010001111100110001101011101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816B33; }

 p { color: rgb(129,107,51); }

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

<style>
 a { background-color: #816B33; }

 a { background-color: rgb(129,107,51); }

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

<style>
 span { border-color: #816B33; }

 span { border-color: rgb(129,107,51); }

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