Html Css Color HEX #856F35 Corn Harvest

📋 copy color: '#856F35'

red 133 ◦ green 111 ◦ blue 53

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

Shades of Corn Harvest #856F35

Tints of Corn Harvest #856F35

RGB

 RED value IS 133 (52.34% from 255) = 44.78%

 GREEN value IS 111 (43.75% from 255) = 37.37%

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

R = 44.78%
G = 37.37%
B = 17.85%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.60

 K value IS 0.48

RGB Variations

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

Color information

#856F35 (or 0x856F35) is known color: Corn Harvest. HEX triplet: 85, 6F and 35. RGB value is (133,111,53). Sum of RGB (Red+Green+Blue) = 133+111+53=297 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.78% from 297); Green value is 111 (43.75% from 255 or 37.37% from 297); Blue value is 53 (21.09% from 255 or 17.85% from 297); Max value from RGB is 133 - color contains mainly: red. Hex color #856F35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856F35 is #7A90CA. Grayscale: #6F6F6F. Windows color (decimal): -8032459 or 3501957. OLE color: 3501957.

HSL color Cylindrical-coordinate representation of color #856F35: hue angle of 43.5º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #856F35 is Cyan = 0, Magento = 0.17, Yellow = 0.60 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 111 53 -
CMYK 0 0.17 0.60 0.48
HSL 43.5º 0.43% 0.36% -
HSV(B) 43.5º 0.6% 0.52% -
XYZ 16 16.61 5.73 -
YUV 110.97 95.29 143.72 -
System Red Green Blue C M Y K H S L
Decimal 133 111 53 0 0.17 0.60 0.48 43.5 0.43 0.36
Hex 85 6F 35 0 11 3C 30 2C 2B 24
Octal 205 157 65 0 21 74 60 54 53 44
Binary 10000101 1101111 110101 0 10001 111100 110000 101100 101011 100100

Color Harmonies of #856F35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856F35

Black with #856F35

Text Example


Text Example

White with #856F35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856F35; }

 p { color: rgb(133,111,53); }

 H1.HeaderClassName
 {
   color: #856F35;
 }
 .AnyTagClassName
 {
   color: #856F35;
 }
</style>

background-color css

<style>
 a { background-color: #856F35; }

 a { background-color: rgb(133,111,53); }

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

border-color css

<style>
 span { border-color: #856F35; }

 span { border-color: rgb(133,111,53); }

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