Html Css Color HEX #8C762D Corn Harvest

📋 copy color: '#8C762D'

red 140 ◦ green 118 ◦ blue 45

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

Shades of Corn Harvest #8C762D

Tints of Corn Harvest #8C762D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 38.94%

 BLUE value IS 45 (17.97% from 255) = 14.85%

R = 46.2%
G = 38.94%
B = 14.85%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.68

 K value IS 0.45

RGB Variations

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

Color information

#8C762D (or 0x8C762D) is known color: Corn Harvest. HEX triplet: 8C, 76 and 2D. RGB value is (140,118,45). Sum of RGB (Red+Green+Blue) = 140+118+45=303 (40% of max value = 765). Red value is 140 (55.08% from 255 or 46.20% from 303); Green value is 118 (46.48% from 255 or 38.94% from 303); Blue value is 45 (17.97% from 255 or 14.85% from 303); Max value from RGB is 140 - color contains mainly: red. Hex color #8C762D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C762D is #7389D2. Grayscale: #747474. Windows color (decimal): -7571923 or 2979468. OLE color: 2979468.

HSL color Cylindrical-coordinate representation of color #8C762D: hue angle of 46.11º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8C762D is Cyan = 0, Magento = 0.16, Yellow = 0.68 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 118 45 -
CMYK 0 0.16 0.68 0.45
HSL 46.11º 0.51% 0.36% -
HSV(B) 46.11º 0.68% 0.55% -
XYZ 17.77 18.72 5.16 -
YUV 116.26 87.79 144.94 -
System Red Green Blue C M Y K H S L
Decimal 140 118 45 0 0.16 0.68 0.45 46.11 0.51 0.36
Hex 8C 76 2D 0 10 44 2D 2E 33 24
Octal 214 166 55 0 20 104 55 56 63 44
Binary 10001100 1110110 101101 0 10000 1000100 101101 101110 110011 100100

Color Harmonies of #8C762D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C762D

Black with #8C762D

Text Example


Text Example

White with #8C762D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,118,45); }

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

background-color css

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

 a { background-color: rgb(140,118,45); }

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

border-color css

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

 span { border-color: rgb(140,118,45); }

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