Html Css Color HEX #8A7133 Corn Harvest

📋 copy color: '#8A7133'

red 138 ◦ green 113 ◦ blue 51

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

Shades of Corn Harvest #8A7133

Tints of Corn Harvest #8A7133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 16.89%

R = 45.7%
G = 37.42%
B = 16.89%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.63

 K value IS 0.46

RGB Variations

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

Color information

#8A7133 (or 0x8A7133) is known color: Corn Harvest. HEX triplet: 8A, 71 and 33. RGB value is (138,113,51). Sum of RGB (Red+Green+Blue) = 138+113+51=302 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.70% from 302); Green value is 113 (44.53% from 255 or 37.42% from 302); Blue value is 51 (20.31% from 255 or 16.89% from 302); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7133 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A7133 is #758ECC. Grayscale: #717171. Windows color (decimal): -7704269 or 3371402. OLE color: 3371402.

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

Color convert

RGB 138 113 51 -
CMYK 0 0.18 0.63 0.46
HSL 42.76º 0.46% 0.37% -
HSV(B) 42.76º 0.63% 0.54% -
XYZ 16.98 17.45 5.61 -
YUV 113.41 92.78 145.54 -
System Red Green Blue C M Y K H S L
Decimal 138 113 51 0 0.18 0.63 0.46 42.76 0.46 0.37
Hex 8A 71 33 0 12 3F 2E 2B 2E 25
Octal 212 161 63 0 22 77 56 53 56 45
Binary 10001010 1110001 110011 0 10010 111111 101110 101011 101110 100101

Color Harmonies of #8A7133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A7133

Black with #8A7133

Text Example


Text Example

White with #8A7133

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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