Html Css Color HEX #815D4A Dark Wood

📋 copy color: '#815D4A'

red 129 ◦ green 93 ◦ blue 74

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

Shades of Dark Wood #815D4A

Tints of Dark Wood #815D4A

RGB

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

 GREEN value IS 93 (36.72% from 255) = 31.42%

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

R = 43.58%
G = 31.42%
B = 25%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.43

 K value IS 0.49

RGB Variations

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

Color information

#815D4A (or 0x815D4A) is known color: Dark Wood. HEX triplet: 81, 5D and 4A. RGB value is (129,93,74). Sum of RGB (Red+Green+Blue) = 129+93+74=296 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.58% from 296); Green value is 93 (36.72% from 255 or 31.42% from 296); Blue value is 74 (29.30% from 255 or 25% from 296); Max value from RGB is 129 - color contains mainly: red. Hex color #815D4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815D4A is #7EA2B5. Grayscale: #656565. Windows color (decimal): -8299190 or 4873601. OLE color: 4873601.

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

Color convert

RGB 129 93 74 -
CMYK 0 0.28 0.43 0.49
HSL 20.73º 0.27% 0.4% -
HSV(B) 20.73º 0.43% 0.51% -
XYZ 14.2 12.99 8.24 -
YUV 101.6 112.43 147.54 -
System Red Green Blue C M Y K H S L
Decimal 129 93 74 0 0.28 0.43 0.49 20.73 0.27 0.4
Hex 81 5D 4A 0 1C 2B 31 15 1B 28
Octal 201 135 112 0 34 53 61 25 33 50
Binary 10000001 1011101 1001010 0 11100 101011 110001 10101 11011 101000

Color Harmonies of #815D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815D4A

Black with #815D4A

Text Example


Text Example

White with #815D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,93,74); }

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

background-color css

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

 a { background-color: rgb(129,93,74); }

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

border-color css

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

 span { border-color: rgb(129,93,74); }

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