Html Css Color HEX #8A7134 Corn Harvest

📋 copy color: '#8A7134'

red 138 ◦ green 113 ◦ blue 52

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

Shades of Corn Harvest #8A7134

Tints of Corn Harvest #8A7134

RGB

 RED value IS 138 (54.3% from 255) = 45.54%

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

 BLUE value IS 52 (20.7% from 255) = 17.16%

R = 45.54%
G = 37.29%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.62

 K value IS 0.46

RGB Variations

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

Color information

#8A7134 (or 0x8A7134) is known color: Corn Harvest. HEX triplet: 8A, 71 and 34. RGB value is (138,113,52). Sum of RGB (Red+Green+Blue) = 138+113+52=303 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.54% from 303); Green value is 113 (44.53% from 255 or 37.29% from 303); Blue value is 52 (20.70% from 255 or 17.16% from 303); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7134 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A7134 is #758ECB. Grayscale: #717171. Windows color (decimal): -7704268 or 3436938. OLE color: 3436938.

HSL color Cylindrical-coordinate representation of color #8A7134: hue angle of 42.56º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8A7134 is Cyan = 0, Magento = 0.18, Yellow = 0.62 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 113 52 -
CMYK 0 0.18 0.62 0.46
HSL 42.56º 0.45% 0.37% -
HSV(B) 42.56º 0.62% 0.54% -
XYZ 17.01 17.46 5.72 -
YUV 113.52 93.28 145.46 -
System Red Green Blue C M Y K H S L
Decimal 138 113 52 0 0.18 0.62 0.46 42.56 0.45 0.37
Hex 8A 71 34 0 12 3E 2E 2B 2D 25
Octal 212 161 64 0 22 76 56 53 55 45
Binary 10001010 1110001 110100 0 10010 111110 101110 101011 101101 100101

Color Harmonies of #8A7134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A7134

Black with #8A7134

Text Example


Text Example

White with #8A7134

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,113,52); }

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

background-color css

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

 a { background-color: rgb(138,113,52); }

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

border-color css

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

 span { border-color: rgb(138,113,52); }

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