Html Css Color HEX #8A7035 Corn Harvest

📋 copy color: '#8A7035'

red 138 ◦ green 112 ◦ blue 53

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

Shades of Corn Harvest #8A7035

Tints of Corn Harvest #8A7035

RGB

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

 GREEN value IS 112 (44.14% from 255) = 36.96%

 BLUE value IS 53 (21.09% from 255) = 17.49%

R = 45.54%
G = 36.96%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.62

 K value IS 0.46

RGB Variations

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

Color information

#8A7035 (or 0x8A7035) is known color: Corn Harvest. HEX triplet: 8A, 70 and 35. RGB value is (138,112,53). Sum of RGB (Red+Green+Blue) = 138+112+53=303 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.54% from 303); Green value is 112 (44.14% from 255 or 36.96% from 303); Blue value is 53 (21.09% from 255 or 17.49% from 303); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7035 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A7035 is #758FCA. Grayscale: #717171. Windows color (decimal): -7704523 or 3502218. OLE color: 3502218.

HSL color Cylindrical-coordinate representation of color #8A7035: hue angle of 41.65º 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 #8A7035 is Cyan = 0, Magento = 0.19, Yellow = 0.62 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 112 53 -
CMYK 0 0.19 0.62 0.46
HSL 41.65º 0.45% 0.37% -
HSV(B) 41.65º 0.62% 0.54% -
XYZ 16.92 17.25 5.81 -
YUV 113.05 94.11 145.8 -
System Red Green Blue C M Y K H S L
Decimal 138 112 53 0 0.19 0.62 0.46 41.65 0.45 0.37
Hex 8A 70 35 0 13 3E 2E 2A 2D 25
Octal 212 160 65 0 23 76 56 52 55 45
Binary 10001010 1110000 110101 0 10011 111110 101110 101010 101101 100101

Color Harmonies of #8A7035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A7035

Black with #8A7035

Text Example


Text Example

White with #8A7035

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,112,53); }

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

background-color css

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

 a { background-color: rgb(138,112,53); }

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

border-color css

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

 span { border-color: rgb(138,112,53); }

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