Html Css Color HEX #815F41 Dark Wood

📋 copy color: '#815F41'

red 129 ◦ green 95 ◦ blue 65

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

Shades of Dark Wood #815F41

Tints of Dark Wood #815F41

RGB

 RED value IS 129 (50.78% from 255) = 44.64%

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

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

R = 44.64%
G = 32.87%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#815F41 (or 0x815F41) is known color: Dark Wood. HEX triplet: 81, 5F and 41. RGB value is (129,95,65). Sum of RGB (Red+Green+Blue) = 129+95+65=289 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.64% from 289); Green value is 95 (37.5% from 255 or 32.87% from 289); Blue value is 65 (25.78% from 255 or 22.49% from 289); Max value from RGB is 129 - color contains mainly: red. Hex color #815F41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815F41 is #7EA0BE. Grayscale: #656565. Windows color (decimal): -8298687 or 4284289. OLE color: 4284289.

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

Color convert

RGB 129 95 65 -
CMYK 0 0.26 0.50 0.49
HSL 28.13º 0.33% 0.38% -
HSV(B) 28.13º 0.5% 0.51% -
XYZ 14.1 13.23 6.81 -
YUV 101.75 107.26 147.44 -
System Red Green Blue C M Y K H S L
Decimal 129 95 65 0 0.26 0.50 0.49 28.13 0.33 0.38
Hex 81 5F 41 0 1A 32 31 1C 21 26
Octal 201 137 101 0 32 62 61 34 41 46
Binary 10000001 1011111 1000001 0 11010 110010 110001 11100 100001 100110

Color Harmonies of #815F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815F41

Black with #815F41

Text Example


Text Example

White with #815F41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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