Html Css Color HEX #815C48 Dark Wood

📋 copy color: '#815C48'

red 129 ◦ green 92 ◦ blue 72

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

Shades of Dark Wood #815C48

Tints of Dark Wood #815C48

RGB

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

 GREEN value IS 92 (36.33% from 255) = 31.4%

 BLUE value IS 72 (28.52% from 255) = 24.57%

R = 44.03%
G = 31.4%
B = 24.57%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#815C48 (or 0x815C48) is known color: Dark Wood. HEX triplet: 81, 5C and 48. RGB value is (129,92,72). Sum of RGB (Red+Green+Blue) = 129+92+72=293 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.03% from 293); Green value is 92 (36.33% from 255 or 31.40% from 293); Blue value is 72 (28.52% from 255 or 24.57% from 293); Max value from RGB is 129 - color contains mainly: red. Hex color #815C48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815C48 is #7EA3B7. Grayscale: #646464. Windows color (decimal): -8299448 or 4742273. OLE color: 4742273.

HSL color Cylindrical-coordinate representation of color #815C48: hue angle of 21.05º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #815C48 is Cyan = 0, Magento = 0.29, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 92 72 -
CMYK 0 0.29 0.44 0.49
HSL 21.05º 0.28% 0.39% -
HSV(B) 21.05º 0.44% 0.51% -
XYZ 14.05 12.79 7.86 -
YUV 100.78 111.76 148.13 -
System Red Green Blue C M Y K H S L
Decimal 129 92 72 0 0.29 0.44 0.49 21.05 0.28 0.39
Hex 81 5C 48 0 1D 2C 31 15 1C 27
Octal 201 134 110 0 35 54 61 25 34 47
Binary 10000001 1011100 1001000 0 11101 101100 110001 10101 11100 100111

Color Harmonies of #815C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815C48

Black with #815C48

Text Example


Text Example

White with #815C48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,92,72); }

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

background-color css

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

 a { background-color: rgb(129,92,72); }

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

border-color css

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

 span { border-color: rgb(129,92,72); }

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