Html Css Color HEX #815F5D Light Wood

📋 copy color: '#815F5D'

red 129 ◦ green 95 ◦ blue 93

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

Shades of Light Wood #815F5D

Tints of Light Wood #815F5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 29.34%

R = 40.69%
G = 29.97%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#815F5D (or 0x815F5D) is known color: Light Wood. HEX triplet: 81, 5F and 5D. RGB value is (129,95,93). Sum of RGB (Red+Green+Blue) = 129+95+93=317 (41% of max value = 765). Red value is 129 (50.78% from 255 or 40.69% from 317); Green value is 95 (37.5% from 255 or 29.97% from 317); Blue value is 93 (36.72% from 255 or 29.34% from 317); Max value from RGB is 129 - color contains mainly: red. Hex color #815F5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815F5D is #7EA0A2. Grayscale: #686868. Windows color (decimal): -8298659 or 6119297. OLE color: 6119297.

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

Color convert

RGB 129 95 93 -
CMYK 0 0.26 0.28 0.49
HSL 3.33º 0.16% 0.44% -
HSV(B) 3.33º 0.28% 0.51% -
XYZ 15.12 13.64 12.19 -
YUV 104.94 121.26 145.16 -
System Red Green Blue C M Y K H S L
Decimal 129 95 93 0 0.26 0.28 0.49 3.33 0.16 0.44
Hex 81 5F 5D 0 1A 1C 31 3 10 2C
Octal 201 137 135 0 32 34 61 3 20 54
Binary 10000001 1011111 1011101 0 11010 11100 110001 11 10000 101100

Color Harmonies of #815F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815F5D

Black with #815F5D

Text Example


Text Example

White with #815F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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