Html Css Color HEX #8B7431 Corn Harvest

📋 copy color: '#8B7431'

red 139 ◦ green 116 ◦ blue 49

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

Shades of Corn Harvest #8B7431

Tints of Corn Harvest #8B7431

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 16.12%

R = 45.72%
G = 38.16%
B = 16.12%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.65

 K value IS 0.45

RGB Variations

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

Color information

#8B7431 (or 0x8B7431) is known color: Corn Harvest. HEX triplet: 8B, 74 and 31. RGB value is (139,116,49). Sum of RGB (Red+Green+Blue) = 139+116+49=304 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.72% from 304); Green value is 116 (45.70% from 255 or 38.16% from 304); Blue value is 49 (19.53% from 255 or 16.12% from 304); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7431 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B7431 is #748BCE. Grayscale: #737373. Windows color (decimal): -7637967 or 3241099. OLE color: 3241099.

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

Color convert

RGB 139 116 49 -
CMYK 0 0.17 0.65 0.45
HSL 44.67º 0.48% 0.37% -
HSV(B) 44.67º 0.65% 0.55% -
XYZ 17.45 18.2 5.5 -
YUV 115.24 90.62 144.95 -
System Red Green Blue C M Y K H S L
Decimal 139 116 49 0 0.17 0.65 0.45 44.67 0.48 0.37
Hex 8B 74 31 0 11 41 2D 2D 30 25
Octal 213 164 61 0 21 101 55 55 60 45
Binary 10001011 1110100 110001 0 10001 1000001 101101 101101 110000 100101

Color Harmonies of #8B7431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B7431

Black with #8B7431

Text Example


Text Example

White with #8B7431

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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