Html Css Color HEX #8A6D32 Corn Harvest

📋 copy color: '#8A6D32'

red 138 ◦ green 109 ◦ blue 50

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

Shades of Corn Harvest #8A6D32

Tints of Corn Harvest #8A6D32

RGB

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

 GREEN value IS 109 (42.97% from 255) = 36.7%

 BLUE value IS 50 (19.92% from 255) = 16.84%

R = 46.46%
G = 36.7%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.64

 K value IS 0.46

RGB Variations

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

Color information

#8A6D32 (or 0x8A6D32) is known color: Corn Harvest. HEX triplet: 8A, 6D and 32. RGB value is (138,109,50). Sum of RGB (Red+Green+Blue) = 138+109+50=297 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46.46% from 297); Green value is 109 (42.97% from 255 or 36.70% from 297); Blue value is 50 (19.92% from 255 or 16.84% from 297); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6D32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A6D32 is #7592CD. Grayscale: #6F6F6F. Windows color (decimal): -7705294 or 3304842. OLE color: 3304842.

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

Color convert

RGB 138 109 50 -
CMYK 0 0.21 0.64 0.46
HSL 40.23º 0.47% 0.37% -
HSV(B) 40.23º 0.64% 0.54% -
XYZ 16.53 16.57 5.35 -
YUV 110.95 93.61 147.3 -
System Red Green Blue C M Y K H S L
Decimal 138 109 50 0 0.21 0.64 0.46 40.23 0.47 0.37
Hex 8A 6D 32 0 15 40 2E 28 2F 25
Octal 212 155 62 0 25 100 56 50 57 45
Binary 10001010 1101101 110010 0 10101 1000000 101110 101000 101111 100101

Color Harmonies of #8A6D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A6D32

Black with #8A6D32

Text Example


Text Example

White with #8A6D32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,109,50); }

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

background-color css

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

 a { background-color: rgb(138,109,50); }

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

border-color css

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

 span { border-color: rgb(138,109,50); }

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