Html Css Color HEX #805F4A Dark Wood

📋 copy color: '#805F4A'

red 128 ◦ green 95 ◦ blue 74

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

Shades of Dark Wood #805F4A

Tints of Dark Wood #805F4A

RGB

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

 GREEN value IS 95 (37.5% from 255) = 31.99%

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

R = 43.1%
G = 31.99%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.42

 K value IS 0.50

RGB Variations

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

Color information

#805F4A (or 0x805F4A) is known color: Dark Wood. HEX triplet: 80, 5F and 4A. RGB value is (128,95,74). Sum of RGB (Red+Green+Blue) = 128+95+74=297 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.10% from 297); Green value is 95 (37.5% from 255 or 31.99% from 297); Blue value is 74 (29.30% from 255 or 24.92% from 297); Max value from RGB is 128 - color contains mainly: red. Hex color #805F4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805F4A is #7FA0B5. Grayscale: #666666. Windows color (decimal): -8364214 or 4874112. OLE color: 4874112.

HSL color Cylindrical-coordinate representation of color #805F4A: hue angle of 23.33º 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 #805F4A is Cyan = 0, Magento = 0.26, Yellow = 0.42 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 95 74 -
CMYK 0 0.26 0.42 0.50
HSL 23.33º 0.27% 0.4% -
HSV(B) 23.33º 0.42% 0.5% -
XYZ 14.23 13.27 8.29 -
YUV 102.47 111.93 146.21 -
System Red Green Blue C M Y K H S L
Decimal 128 95 74 0 0.26 0.42 0.50 23.33 0.27 0.4
Hex 80 5F 4A 0 1A 2A 32 17 1B 28
Octal 200 137 112 0 32 52 62 27 33 50
Binary 10000000 1011111 1001010 0 11010 101010 110010 10111 11011 101000

Color Harmonies of #805F4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805F4A

Black with #805F4A

Text Example


Text Example

White with #805F4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805F4A; }

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

 H1.HeaderClassName
 {
   color: #805F4A;
 }
 .AnyTagClassName
 {
   color: #805F4A;
 }
</style>

background-color css

<style>
 a { background-color: #805F4A; }

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

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

border-color css

<style>
 span { border-color: #805F4A; }

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

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