Html Css Color HEX #8B712C Corn Harvest

📋 copy color: '#8B712C'

red 139 ◦ green 113 ◦ blue 44

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

Shades of Corn Harvest #8B712C

Tints of Corn Harvest #8B712C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 38.18%

 BLUE value IS 44 (17.58% from 255) = 14.86%

R = 46.96%
G = 38.18%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.68

 K value IS 0.45

RGB Variations

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

Color information

#8B712C (or 0x8B712C) is known color: Corn Harvest. HEX triplet: 8B, 71 and 2C. RGB value is (139,113,44). Sum of RGB (Red+Green+Blue) = 139+113+44=296 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.96% from 296); Green value is 113 (44.53% from 255 or 38.18% from 296); Blue value is 44 (17.58% from 255 or 14.86% from 296); Max value from RGB is 139 - color contains mainly: red. Hex color #8B712C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B712C is #748ED3. Grayscale: #717171. Windows color (decimal): -7638740 or 2912651. OLE color: 2912651.

HSL color Cylindrical-coordinate representation of color #8B712C: hue angle of 43.58º degrees, saturation: 0.52, 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 #8B712C is Cyan = 0, Magento = 0.19, Yellow = 0.68 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 113 44 -
CMYK 0 0.19 0.68 0.45
HSL 43.58º 0.52% 0.36% -
HSV(B) 43.58º 0.68% 0.55% -
XYZ 17.01 17.48 4.86 -
YUV 112.91 89.11 146.61 -
System Red Green Blue C M Y K H S L
Decimal 139 113 44 0 0.19 0.68 0.45 43.58 0.52 0.36
Hex 8B 71 2C 0 13 44 2D 2C 34 24
Octal 213 161 54 0 23 104 55 54 64 44
Binary 10001011 1110001 101100 0 10011 1000100 101101 101100 110100 100100

Color Harmonies of #8B712C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B712C

Black with #8B712C

Text Example


Text Example

White with #8B712C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,113,44); }

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

background-color css

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

 a { background-color: rgb(139,113,44); }

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

border-color css

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

 span { border-color: rgb(139,113,44); }

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