Html Css Color HEX #8B7032 Corn Harvest

📋 copy color: '#8B7032'

red 139 ◦ green 112 ◦ blue 50

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

Shades of Corn Harvest #8B7032

Tints of Corn Harvest #8B7032

RGB

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

 GREEN value IS 112 (44.14% from 255) = 37.21%

 BLUE value IS 50 (19.92% from 255) = 16.61%

R = 46.18%
G = 37.21%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.64

 K value IS 0.45

RGB Variations

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

Color information

#8B7032 (or 0x8B7032) is known color: Corn Harvest. HEX triplet: 8B, 70 and 32. RGB value is (139,112,50). Sum of RGB (Red+Green+Blue) = 139+112+50=301 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.18% from 301); Green value is 112 (44.14% from 255 or 37.21% from 301); Blue value is 50 (19.92% from 255 or 16.61% from 301); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7032 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B7032 is #748FCD. Grayscale: #717171. Windows color (decimal): -7638990 or 3305611. OLE color: 3305611.

HSL color Cylindrical-coordinate representation of color #8B7032: hue angle of 41.8º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8B7032 is Cyan = 0, Magento = 0.19, Yellow = 0.64 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 112 50 -
CMYK 0 0.19 0.64 0.45
HSL 41.8º 0.47% 0.37% -
HSV(B) 41.8º 0.64% 0.55% -
XYZ 17.02 17.31 5.46 -
YUV 113.01 92.45 146.54 -
System Red Green Blue C M Y K H S L
Decimal 139 112 50 0 0.19 0.64 0.45 41.8 0.47 0.37
Hex 8B 70 32 0 13 40 2D 2A 2F 25
Octal 213 160 62 0 23 100 55 52 57 45
Binary 10001011 1110000 110010 0 10011 1000000 101101 101010 101111 100101

Color Harmonies of #8B7032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B7032

Black with #8B7032

Text Example


Text Example

White with #8B7032

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,112,50); }

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

background-color css

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

 a { background-color: rgb(139,112,50); }

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

border-color css

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

 span { border-color: rgb(139,112,50); }

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