Html Css Color HEX #836A31 Corn Harvest

📋 copy color: '#836A31'

red 131 ◦ green 106 ◦ blue 49

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

Shades of Corn Harvest #836A31

Tints of Corn Harvest #836A31

RGB

 RED value IS 131 (51.56% from 255) = 45.8%

 GREEN value IS 106 (41.8% from 255) = 37.06%

 BLUE value IS 49 (19.53% from 255) = 17.13%

R = 45.8%
G = 37.06%
B = 17.13%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#836A31 (or 0x836A31) is known color: Corn Harvest. HEX triplet: 83, 6A and 31. RGB value is (131,106,49). Sum of RGB (Red+Green+Blue) = 131+106+49=286 (37% of max value = 765). Red value is 131 (51.56% from 255 or 45.80% from 286); Green value is 106 (41.80% from 255 or 37.06% from 286); Blue value is 49 (19.53% from 255 or 17.13% from 286); Max value from RGB is 131 - color contains mainly: red. Hex color #836A31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #836A31 is #7C95CE. Grayscale: #6B6B6B. Windows color (decimal): -8164815 or 3238531. OLE color: 3238531.

HSL color Cylindrical-coordinate representation of color #836A31: hue angle of 41.71º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #836A31 is Cyan = 0, Magento = 0.19, Yellow = 0.63 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 106 49 -
CMYK 0 0.19 0.63 0.49
HSL 41.71º 0.46% 0.35% -
HSV(B) 41.71º 0.63% 0.51% -
XYZ 15.07 15.36 5.08 -
YUV 106.98 95.28 145.13 -
System Red Green Blue C M Y K H S L
Decimal 131 106 49 0 0.19 0.63 0.49 41.71 0.46 0.35
Hex 83 6A 31 0 13 3F 31 2A 2E 23
Octal 203 152 61 0 23 77 61 52 56 43
Binary 10000011 1101010 110001 0 10011 111111 110001 101010 101110 100011

Color Harmonies of #836A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836A31

Black with #836A31

Text Example


Text Example

White with #836A31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836A31; }

 p { color: rgb(131,106,49); }

 H1.HeaderClassName
 {
   color: #836A31;
 }
 .AnyTagClassName
 {
   color: #836A31;
 }
</style>

background-color css

<style>
 a { background-color: #836A31; }

 a { background-color: rgb(131,106,49); }

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

border-color css

<style>
 span { border-color: #836A31; }

 span { border-color: rgb(131,106,49); }

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