Html Css Color HEX #836A2D Corn Harvest

📋 copy color: '#836A2D'

red 131 ◦ green 106 ◦ blue 45

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

Shades of Corn Harvest #836A2D

Tints of Corn Harvest #836A2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.96%

R = 46.45%
G = 37.59%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.66

 K value IS 0.49

RGB Variations

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

Color information

#836A2D (or 0x836A2D) is known color: Corn Harvest. HEX triplet: 83, 6A and 2D. RGB value is (131,106,45). Sum of RGB (Red+Green+Blue) = 131+106+45=282 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.45% from 282); Green value is 106 (41.80% from 255 or 37.59% from 282); Blue value is 45 (17.97% from 255 or 15.96% from 282); Max value from RGB is 131 - color contains mainly: red. Hex color #836A2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #836A2D is #7C95D2. Grayscale: #6A6A6A. Windows color (decimal): -8164819 or 2976387. OLE color: 2976387.

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

Color convert

RGB 131 106 45 -
CMYK 0 0.19 0.66 0.49
HSL 42.56º 0.49% 0.35% -
HSV(B) 42.56º 0.66% 0.51% -
XYZ 14.99 15.32 4.65 -
YUV 106.52 93.28 145.46 -
System Red Green Blue C M Y K H S L
Decimal 131 106 45 0 0.19 0.66 0.49 42.56 0.49 0.35
Hex 83 6A 2D 0 13 42 31 2B 31 23
Octal 203 152 55 0 23 102 61 53 61 43
Binary 10000011 1101010 101101 0 10011 1000010 110001 101011 110001 100011

Color Harmonies of #836A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836A2D

Black with #836A2D

Text Example


Text Example

White with #836A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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