Html Css Color HEX #8B742E Corn Harvest

📋 copy color: '#8B742E'

red 139 ◦ green 116 ◦ blue 46

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

Shades of Corn Harvest #8B742E

Tints of Corn Harvest #8B742E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.28%

R = 46.18%
G = 38.54%
B = 15.28%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.67

 K value IS 0.45

RGB Variations

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

Color information

#8B742E (or 0x8B742E) is known color: Corn Harvest. HEX triplet: 8B, 74 and 2E. RGB value is (139,116,46). Sum of RGB (Red+Green+Blue) = 139+116+46=301 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.18% from 301); Green value is 116 (45.70% from 255 or 38.54% from 301); Blue value is 46 (18.36% from 255 or 15.28% from 301); Max value from RGB is 139 - color contains mainly: red. Hex color #8B742E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B742E is #748BD1. Grayscale: #737373. Windows color (decimal): -7637970 or 3044491. OLE color: 3044491.

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

Color convert

RGB 139 116 46 -
CMYK 0 0.17 0.67 0.45
HSL 45.16º 0.5% 0.36% -
HSV(B) 45.16º 0.67% 0.55% -
XYZ 17.39 18.18 5.18 -
YUV 114.9 89.12 145.19 -
System Red Green Blue C M Y K H S L
Decimal 139 116 46 0 0.17 0.67 0.45 45.16 0.5 0.36
Hex 8B 74 2E 0 11 43 2D 2D 32 24
Octal 213 164 56 0 21 103 55 55 62 44
Binary 10001011 1110100 101110 0 10001 1000011 101101 101101 110010 100100

Color Harmonies of #8B742E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B742E

Black with #8B742E

Text Example


Text Example

White with #8B742E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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