Html Css Color HEX #8B7420 Corn Harvest

📋 copy color: '#8B7420'

red 139 ◦ green 116 ◦ blue 32

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

Shades of Corn Harvest #8B7420

Tints of Corn Harvest #8B7420

RGB

 RED value IS 139 (54.69% from 255) = 48.43%

 GREEN value IS 116 (45.7% from 255) = 40.42%

 BLUE value IS 32 (12.89% from 255) = 11.15%

R = 48.43%
G = 40.42%
B = 11.15%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.77

 K value IS 0.45

RGB Variations

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

Color information

#8B7420 (or 0x8B7420) is known color: Corn Harvest. HEX triplet: 8B, 74 and 20. RGB value is (139,116,32). Sum of RGB (Red+Green+Blue) = 139+116+32=287 (38% of max value = 765). Red value is 139 (54.69% from 255 or 48.43% from 287); Green value is 116 (45.70% from 255 or 40.42% from 287); Blue value is 32 (12.89% from 255 or 11.15% from 287); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7420 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B7420 is #748BDF. Grayscale: #717171. Windows color (decimal): -7637984 or 2126987. OLE color: 2126987.

HSL color Cylindrical-coordinate representation of color #8B7420: hue angle of 47.1º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8B7420 is Cyan = 0, Magento = 0.17, Yellow = 0.77 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 116 32 -
CMYK 0 0.17 0.77 0.45
HSL 47.1º 0.63% 0.34% -
HSV(B) 47.1º 0.77% 0.55% -
XYZ 17.15 18.08 3.95 -
YUV 113.3 82.12 146.33 -
System Red Green Blue C M Y K H S L
Decimal 139 116 32 0 0.17 0.77 0.45 47.1 0.63 0.34
Hex 8B 74 20 0 11 4D 2D 2F 3F 22
Octal 213 164 40 0 21 115 55 57 77 42
Binary 10001011 1110100 100000 0 10001 1001101 101101 101111 111111 100010

Color Harmonies of #8B7420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B7420

Black with #8B7420

Text Example


Text Example

White with #8B7420

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,116,32); }

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

background-color css

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

 a { background-color: rgb(139,116,32); }

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

border-color css

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

 span { border-color: rgb(139,116,32); }

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