Html Css Color HEX #815E4B Dark Wood

📋 copy color: '#815E4B'

red 129 ◦ green 94 ◦ blue 75

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

Shades of Dark Wood #815E4B

Tints of Dark Wood #815E4B

RGB

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

 GREEN value IS 94 (37.11% from 255) = 31.54%

 BLUE value IS 75 (29.69% from 255) = 25.17%

R = 43.29%
G = 31.54%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.42

 K value IS 0.49

RGB Variations

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

Color information

#815E4B (or 0x815E4B) is known color: Dark Wood. HEX triplet: 81, 5E and 4B. RGB value is (129,94,75). Sum of RGB (Red+Green+Blue) = 129+94+75=298 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.29% from 298); Green value is 94 (37.11% from 255 or 31.54% from 298); Blue value is 75 (29.69% from 255 or 25.17% from 298); Max value from RGB is 129 - color contains mainly: red. Hex color #815E4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815E4B is #7EA1B4. Grayscale: #666666. Windows color (decimal): -8298933 or 4939393. OLE color: 4939393.

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

Color convert

RGB 129 94 75 -
CMYK 0 0.27 0.42 0.49
HSL 21.11º 0.26% 0.4% -
HSV(B) 21.11º 0.42% 0.51% -
XYZ 14.33 13.18 8.45 -
YUV 102.3 112.6 147.04 -
System Red Green Blue C M Y K H S L
Decimal 129 94 75 0 0.27 0.42 0.49 21.11 0.26 0.4
Hex 81 5E 4B 0 1B 2A 31 15 1A 28
Octal 201 136 113 0 33 52 61 25 32 50
Binary 10000001 1011110 1001011 0 11011 101010 110001 10101 11010 101000

Color Harmonies of #815E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815E4B

Black with #815E4B

Text Example


Text Example

White with #815E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,94,75); }

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

background-color css

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

 a { background-color: rgb(129,94,75); }

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

border-color css

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

 span { border-color: rgb(129,94,75); }

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