Html Css Color HEX #8C7836 Corn Harvest

📋 copy color: '#8C7836'

red 140 ◦ green 120 ◦ blue 54

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

Shades of Corn Harvest #8C7836

Tints of Corn Harvest #8C7836

RGB

 RED value IS 140 (55.08% from 255) = 44.59%

 GREEN value IS 120 (47.27% from 255) = 38.22%

 BLUE value IS 54 (21.48% from 255) = 17.2%

R = 44.59%
G = 38.22%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.61

 K value IS 0.45

RGB Variations

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

Color information

#8C7836 (or 0x8C7836) is known color: Corn Harvest. HEX triplet: 8C, 78 and 36. RGB value is (140,120,54). Sum of RGB (Red+Green+Blue) = 140+120+54=314 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.59% from 314); Green value is 120 (47.27% from 255 or 38.22% from 314); Blue value is 54 (21.48% from 255 or 17.20% from 314); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7836 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C7836 is #7387C9. Grayscale: #767676. Windows color (decimal): -7571402 or 3569804. OLE color: 3569804.

HSL color Cylindrical-coordinate representation of color #8C7836: hue angle of 46.05º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8C7836 is Cyan = 0, Magento = 0.14, Yellow = 0.61 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 120 54 -
CMYK 0 0.14 0.61 0.45
HSL 46.05º 0.44% 0.38% -
HSV(B) 46.05º 0.61% 0.55% -
XYZ 18.2 19.27 6.25 -
YUV 118.46 91.63 143.37 -
System Red Green Blue C M Y K H S L
Decimal 140 120 54 0 0.14 0.61 0.45 46.05 0.44 0.38
Hex 8C 78 36 0 E 3D 2D 2E 2C 26
Octal 214 170 66 0 16 75 55 56 54 46
Binary 10001100 1111000 110110 0 1110 111101 101101 101110 101100 100110

Color Harmonies of #8C7836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7836

Black with #8C7836

Text Example


Text Example

White with #8C7836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C7836; }

 p { color: rgb(140,120,54); }

 H1.HeaderClassName
 {
   color: #8C7836;
 }
 .AnyTagClassName
 {
   color: #8C7836;
 }
</style>

background-color css

<style>
 a { background-color: #8C7836; }

 a { background-color: rgb(140,120,54); }

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

border-color css

<style>
 span { border-color: #8C7836; }

 span { border-color: rgb(140,120,54); }

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