Html Css Color HEX #816B35 Corn Harvest

📋 copy color: '#816B35'

red 129 ◦ green 107 ◦ blue 53

#816B35
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Corn Harvest #816B35

Tints of Corn Harvest #816B35

RGB

 RED value IS 129 (50.78% from 255) = 44.64%

 GREEN value IS 107 (42.19% from 255) = 37.02%

 BLUE value IS 53 (21.09% from 255) = 18.34%

R = 44.64%
G = 37.02%
B = 18.34%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.59

 K value IS 0.49

RGB Variations

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

Color information

#816B35 (or 0x816B35) is known color: Corn Harvest. HEX triplet: 81, 6B and 35. RGB value is (129,107,53). Sum of RGB (Red+Green+Blue) = 129+107+53=289 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.64% from 289); Green value is 107 (42.19% from 255 or 37.02% from 289); Blue value is 53 (21.09% from 255 or 18.34% from 289); Max value from RGB is 129 - color contains mainly: red. Hex color #816B35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #816B35 is #7E94CA. Grayscale: #6B6B6B. Windows color (decimal): -8295627 or 3500929. OLE color: 3500929.

HSL color Cylindrical-coordinate representation of color #816B35: hue angle of 42.63º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #816B35 is Cyan = 0, Magento = 0.17, Yellow = 0.59 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 107 53 -
CMYK 0 0.17 0.59 0.49
HSL 42.63º 0.42% 0.36% -
HSV(B) 42.63º 0.59% 0.51% -
XYZ 14.95 15.44 5.56 -
YUV 107.42 97.29 143.39 -
System Red Green Blue C M Y K H S L
Decimal 129 107 53 0 0.17 0.59 0.49 42.63 0.42 0.36
Hex 81 6B 35 0 11 3B 31 2B 2A 24
Octal 201 153 65 0 21 73 61 53 52 44
Binary 10000001 1101011 110101 0 10001 111011 110001 101011 101010 100100

Color Harmonies of #816B35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816B35

Black with #816B35

Text Example


Text Example

White with #816B35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #816B35;
 }
 .AnyTagClassName
 {
   color: #816B35;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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