Html Css Color HEX #876A2F Corn Harvest

📋 copy color: '#876A2F'

red 135 ◦ green 106 ◦ blue 47

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

Shades of Corn Harvest #876A2F

Tints of Corn Harvest #876A2F

RGB

 RED value IS 135 (53.13% from 255) = 46.88%

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

 BLUE value IS 47 (18.75% from 255) = 16.32%

R = 46.88%
G = 36.81%
B = 16.32%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.65

 K value IS 0.47

RGB Variations

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

Color information

#876A2F (or 0x876A2F) is known color: Corn Harvest. HEX triplet: 87, 6A and 2F. RGB value is (135,106,47). Sum of RGB (Red+Green+Blue) = 135+106+47=288 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.88% from 288); Green value is 106 (41.80% from 255 or 36.81% from 288); Blue value is 47 (18.75% from 255 or 16.32% from 288); Max value from RGB is 135 - color contains mainly: red. Hex color #876A2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #876A2F is #7895D0. Grayscale: #6C6C6C. Windows color (decimal): -7902673 or 3107463. OLE color: 3107463.

HSL color Cylindrical-coordinate representation of color #876A2F: hue angle of 40.23º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #876A2F is Cyan = 0, Magento = 0.21, Yellow = 0.65 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 106 47 -
CMYK 0 0.21 0.65 0.47
HSL 40.23º 0.48% 0.36% -
HSV(B) 40.23º 0.65% 0.53% -
XYZ 15.66 15.66 4.89 -
YUV 107.95 93.61 147.3 -
System Red Green Blue C M Y K H S L
Decimal 135 106 47 0 0.21 0.65 0.47 40.23 0.48 0.36
Hex 87 6A 2F 0 15 41 2F 28 30 24
Octal 207 152 57 0 25 101 57 50 60 44
Binary 10000111 1101010 101111 0 10101 1000001 101111 101000 110000 100100

Color Harmonies of #876A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876A2F

Black with #876A2F

Text Example


Text Example

White with #876A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #876A2F; }

 p { color: rgb(135,106,47); }

 H1.HeaderClassName
 {
   color: #876A2F;
 }
 .AnyTagClassName
 {
   color: #876A2F;
 }
</style>

background-color css

<style>
 a { background-color: #876A2F; }

 a { background-color: rgb(135,106,47); }

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

border-color css

<style>
 span { border-color: #876A2F; }

 span { border-color: rgb(135,106,47); }

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