Html Css Color HEX #876A2A Corn Harvest

📋 copy color: '#876A2A'

red 135 ◦ green 106 ◦ blue 42

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

Shades of Corn Harvest #876A2A

Tints of Corn Harvest #876A2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.84%

R = 47.7%
G = 37.46%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.69

 K value IS 0.47

RGB Variations

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

Color information

#876A2A (or 0x876A2A) is known color: Corn Harvest. HEX triplet: 87, 6A and 2A. RGB value is (135,106,42). Sum of RGB (Red+Green+Blue) = 135+106+42=283 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.70% from 283); Green value is 106 (41.80% from 255 or 37.46% from 283); Blue value is 42 (16.80% from 255 or 14.84% from 283); Max value from RGB is 135 - color contains mainly: red. Hex color #876A2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #876A2A is #7895D5. Grayscale: #6B6B6B. Windows color (decimal): -7902678 or 2779783. OLE color: 2779783.

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

Color convert

RGB 135 106 42 -
CMYK 0 0.21 0.69 0.47
HSL 41.29º 0.53% 0.35% -
HSV(B) 41.29º 0.69% 0.53% -
XYZ 15.56 15.63 4.39 -
YUV 107.38 91.11 147.7 -
System Red Green Blue C M Y K H S L
Decimal 135 106 42 0 0.21 0.69 0.47 41.29 0.53 0.35
Hex 87 6A 2A 0 15 45 2F 29 35 23
Octal 207 152 52 0 25 105 57 51 65 43
Binary 10000111 1101010 101010 0 10101 1000101 101111 101001 110101 100011

Color Harmonies of #876A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876A2A

Black with #876A2A

Text Example


Text Example

White with #876A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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