Html Css Color HEX #805F44 Dark Wood

📋 copy color: '#805F44'

red 128 ◦ green 95 ◦ blue 68

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

Shades of Dark Wood #805F44

Tints of Dark Wood #805F44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 23.37%

R = 43.99%
G = 32.65%
B = 23.37%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.47

 K value IS 0.50

RGB Variations

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

Color information

#805F44 (or 0x805F44) is known color: Dark Wood. HEX triplet: 80, 5F and 44. RGB value is (128,95,68). Sum of RGB (Red+Green+Blue) = 128+95+68=291 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.99% from 291); Green value is 95 (37.5% from 255 or 32.65% from 291); Blue value is 68 (26.95% from 255 or 23.37% from 291); Max value from RGB is 128 - color contains mainly: red. Hex color #805F44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805F44 is #7FA0BB. Grayscale: #656565. Windows color (decimal): -8364220 or 4480896. OLE color: 4480896.

HSL color Cylindrical-coordinate representation of color #805F44: hue angle of 27º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #805F44 is Cyan = 0, Magento = 0.26, Yellow = 0.47 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 95 68 -
CMYK 0 0.26 0.47 0.50
HSL 27º 0.31% 0.38% -
HSV(B) 27º 0.47% 0.5% -
XYZ 14.04 13.19 7.28 -
YUV 101.79 108.93 146.7 -
System Red Green Blue C M Y K H S L
Decimal 128 95 68 0 0.26 0.47 0.50 27 0.31 0.38
Hex 80 5F 44 0 1A 2F 32 1B 1F 26
Octal 200 137 104 0 32 57 62 33 37 46
Binary 10000000 1011111 1000100 0 11010 101111 110010 11011 11111 100110

Color Harmonies of #805F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805F44

Black with #805F44

Text Example


Text Example

White with #805F44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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