Html Css Color HEX #80644A Dark Wood

📋 copy color: '#80644A'

red 128 ◦ green 100 ◦ blue 74

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

Shades of Dark Wood #80644A

Tints of Dark Wood #80644A

RGB

 RED value IS 128 (50.39% from 255) = 42.38%

 GREEN value IS 100 (39.45% from 255) = 33.11%

 BLUE value IS 74 (29.3% from 255) = 24.5%

R = 42.38%
G = 33.11%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.42

 K value IS 0.50

RGB Variations

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

Color information

#80644A (or 0x80644A) is known color: Dark Wood. HEX triplet: 80, 64 and 4A. RGB value is (128,100,74). Sum of RGB (Red+Green+Blue) = 128+100+74=302 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.38% from 302); Green value is 100 (39.45% from 255 or 33.11% from 302); Blue value is 74 (29.30% from 255 or 24.50% from 302); Max value from RGB is 128 - color contains mainly: red. Hex color #80644A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80644A is #7F9BB5. Grayscale: #696969. Windows color (decimal): -8362934 or 4875392. OLE color: 4875392.

HSL color Cylindrical-coordinate representation of color #80644A: hue angle of 28.89º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80644A is Cyan = 0, Magento = 0.22, Yellow = 0.42 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 100 74 -
CMYK 0 0.22 0.42 0.50
HSL 28.89º 0.27% 0.4% -
HSV(B) 28.89º 0.42% 0.5% -
XYZ 14.7 14.2 8.44 -
YUV 105.41 110.28 144.11 -
System Red Green Blue C M Y K H S L
Decimal 128 100 74 0 0.22 0.42 0.50 28.89 0.27 0.4
Hex 80 64 4A 0 16 2A 32 1D 1B 28
Octal 200 144 112 0 26 52 62 35 33 50
Binary 10000000 1100100 1001010 0 10110 101010 110010 11101 11011 101000

Color Harmonies of #80644A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80644A

Black with #80644A

Text Example


Text Example

White with #80644A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80644A; }

 p { color: rgb(128,100,74); }

 H1.HeaderClassName
 {
   color: #80644A;
 }
 .AnyTagClassName
 {
   color: #80644A;
 }
</style>

background-color css

<style>
 a { background-color: #80644A; }

 a { background-color: rgb(128,100,74); }

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

border-color css

<style>
 span { border-color: #80644A; }

 span { border-color: rgb(128,100,74); }

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