Html Css Color HEX #8C7835 Corn Harvest

📋 copy color: '#8C7835'

red 140 ◦ green 120 ◦ blue 53

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

Shades of Corn Harvest #8C7835

Tints of Corn Harvest #8C7835

RGB

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

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

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

R = 44.73%
G = 38.34%
B = 16.93%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.62

 K value IS 0.45

RGB Variations

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

Color information

#8C7835 (or 0x8C7835) is known color: Corn Harvest. HEX triplet: 8C, 78 and 35. RGB value is (140,120,53). Sum of RGB (Red+Green+Blue) = 140+120+53=313 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.73% from 313); Green value is 120 (47.27% from 255 or 38.34% from 313); Blue value is 53 (21.09% from 255 or 16.93% from 313); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7835 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C7835 is #7387CA. Grayscale: #767676. Windows color (decimal): -7571403 or 3504268. OLE color: 3504268.

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

Color convert

RGB 140 120 53 -
CMYK 0 0.14 0.62 0.45
HSL 46.21º 0.45% 0.38% -
HSV(B) 46.21º 0.62% 0.55% -
XYZ 18.17 19.27 6.13 -
YUV 118.34 91.13 143.45 -
System Red Green Blue C M Y K H S L
Decimal 140 120 53 0 0.14 0.62 0.45 46.21 0.45 0.38
Hex 8C 78 35 0 E 3E 2D 2E 2D 26
Octal 214 170 65 0 16 76 55 56 55 46
Binary 10001100 1111000 110101 0 1110 111110 101101 101110 101101 100110

Color Harmonies of #8C7835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7835

Black with #8C7835

Text Example


Text Example

White with #8C7835

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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