Html Css Color HEX #815A58 Light Wood

📋 copy color: '#815A58'

red 129 ◦ green 90 ◦ blue 88

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

Shades of Light Wood #815A58

Tints of Light Wood #815A58

RGB

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

 GREEN value IS 90 (35.55% from 255) = 29.32%

 BLUE value IS 88 (34.77% from 255) = 28.66%

R = 42.02%
G = 29.32%
B = 28.66%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.32

 K value IS 0.49

RGB Variations

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

Color information

#815A58 (or 0x815A58) is known color: Light Wood. HEX triplet: 81, 5A and 58. RGB value is (129,90,88). Sum of RGB (Red+Green+Blue) = 129+90+88=307 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.02% from 307); Green value is 90 (35.55% from 255 or 29.32% from 307); Blue value is 88 (34.77% from 255 or 28.66% from 307); Max value from RGB is 129 - color contains mainly: red. Hex color #815A58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815A58 is #7EA5A7. Grayscale: #656565. Windows color (decimal): -8299944 or 5790337. OLE color: 5790337.

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

Color convert

RGB 129 90 88 -
CMYK 0 0.30 0.32 0.49
HSL 2.93º 0.19% 0.43% -
HSV(B) 2.93º 0.32% 0.51% -
XYZ 14.47 12.68 10.92 -
YUV 101.43 120.42 147.66 -
System Red Green Blue C M Y K H S L
Decimal 129 90 88 0 0.30 0.32 0.49 2.93 0.19 0.43
Hex 81 5A 58 0 1E 20 31 3 13 2B
Octal 201 132 130 0 36 40 61 3 23 53
Binary 10000001 1011010 1011000 0 11110 100000 110001 11 10011 101011

Color Harmonies of #815A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815A58

Black with #815A58

Text Example


Text Example

White with #815A58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,90,88); }

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

background-color css

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

 a { background-color: rgb(129,90,88); }

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

border-color css

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

 span { border-color: rgb(129,90,88); }

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