Html Css Color HEX #805F41 Dark Wood

📋 copy color: '#805F41'

red 128 ◦ green 95 ◦ blue 65

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

Shades of Dark Wood #805F41

Tints of Dark Wood #805F41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 22.57%

R = 44.44%
G = 32.99%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.49

 K value IS 0.50

RGB Variations

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

Color information

#805F41 (or 0x805F41) is known color: Dark Wood. HEX triplet: 80, 5F and 41. RGB value is (128,95,65). Sum of RGB (Red+Green+Blue) = 128+95+65=288 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.44% from 288); Green value is 95 (37.5% from 255 or 32.99% from 288); Blue value is 65 (25.78% from 255 or 22.57% from 288); Max value from RGB is 128 - color contains mainly: red. Hex color #805F41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805F41 is #7FA0BE. Grayscale: #656565. Windows color (decimal): -8364223 or 4284288. OLE color: 4284288.

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

Color convert

RGB 128 95 65 -
CMYK 0 0.26 0.49 0.50
HSL 28.57º 0.33% 0.38% -
HSV(B) 28.57º 0.49% 0.5% -
XYZ 13.95 13.16 6.81 -
YUV 101.45 107.43 146.94 -
System Red Green Blue C M Y K H S L
Decimal 128 95 65 0 0.26 0.49 0.50 28.57 0.33 0.38
Hex 80 5F 41 0 1A 31 32 1D 21 26
Octal 200 137 101 0 32 61 62 35 41 46
Binary 10000000 1011111 1000001 0 11010 110001 110010 11101 100001 100110

Color Harmonies of #805F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805F41

Black with #805F41

Text Example


Text Example

White with #805F41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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