Html Css Color HEX #8A6F29 Corn Harvest

📋 copy color: '#8A6F29'

red 138 ◦ green 111 ◦ blue 41

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

Shades of Corn Harvest #8A6F29

Tints of Corn Harvest #8A6F29

RGB

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

 GREEN value IS 111 (43.75% from 255) = 38.28%

 BLUE value IS 41 (16.41% from 255) = 14.14%

R = 47.59%
G = 38.28%
B = 14.14%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.70

 K value IS 0.46

RGB Variations

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

Color information

#8A6F29 (or 0x8A6F29) is known color: Corn Harvest. HEX triplet: 8A, 6F and 29. RGB value is (138,111,41). Sum of RGB (Red+Green+Blue) = 138+111+41=290 (38% of max value = 765). Red value is 138 (54.30% from 255 or 47.59% from 290); Green value is 111 (43.75% from 255 or 38.28% from 290); Blue value is 41 (16.41% from 255 or 14.14% from 290); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6F29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A6F29 is #7590D6. Grayscale: #6F6F6F. Windows color (decimal): -7704791 or 2715530. OLE color: 2715530.

HSL color Cylindrical-coordinate representation of color #8A6F29: hue angle of 43.3º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8A6F29 is Cyan = 0, Magento = 0.20, Yellow = 0.70 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 111 41 -
CMYK 0 0.20 0.70 0.46
HSL 43.3º 0.54% 0.35% -
HSV(B) 43.3º 0.7% 0.54% -
XYZ 16.57 16.93 4.49 -
YUV 111.09 88.45 147.19 -
System Red Green Blue C M Y K H S L
Decimal 138 111 41 0 0.20 0.70 0.46 43.3 0.54 0.35
Hex 8A 6F 29 0 14 46 2E 2B 36 23
Octal 212 157 51 0 24 106 56 53 66 43
Binary 10001010 1101111 101001 0 10100 1000110 101110 101011 110110 100011

Color Harmonies of #8A6F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A6F29

Black with #8A6F29

Text Example


Text Example

White with #8A6F29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,111,41); }

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

background-color css

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

 a { background-color: rgb(138,111,41); }

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

border-color css

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

 span { border-color: rgb(138,111,41); }

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