Html Css Color HEX #8B742C Corn Harvest

📋 copy color: '#8B742C'

red 139 ◦ green 116 ◦ blue 44

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

Shades of Corn Harvest #8B742C

Tints of Corn Harvest #8B742C

RGB

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

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

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

R = 46.49%
G = 38.8%
B = 14.72%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.68

 K value IS 0.45

RGB Variations

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

Color information

#8B742C (or 0x8B742C) is known color: Corn Harvest. HEX triplet: 8B, 74 and 2C. RGB value is (139,116,44). Sum of RGB (Red+Green+Blue) = 139+116+44=299 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.49% from 299); Green value is 116 (45.70% from 255 or 38.80% from 299); Blue value is 44 (17.58% from 255 or 14.72% from 299); Max value from RGB is 139 - color contains mainly: red. Hex color #8B742C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B742C is #748BD3. Grayscale: #727272. Windows color (decimal): -7637972 or 2913419. OLE color: 2913419.

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

Color convert

RGB 139 116 44 -
CMYK 0 0.17 0.68 0.45
HSL 45.47º 0.52% 0.36% -
HSV(B) 45.47º 0.68% 0.55% -
XYZ 17.35 18.16 4.97 -
YUV 114.67 88.12 145.35 -
System Red Green Blue C M Y K H S L
Decimal 139 116 44 0 0.17 0.68 0.45 45.47 0.52 0.36
Hex 8B 74 2C 0 11 44 2D 2D 34 24
Octal 213 164 54 0 21 104 55 55 64 44
Binary 10001011 1110100 101100 0 10001 1000100 101101 101101 110100 100100

Color Harmonies of #8B742C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B742C

Black with #8B742C

Text Example


Text Example

White with #8B742C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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