Html Css Color HEX #825D5C Light Wood

📋 copy color: '#825D5C'

red 130 ◦ green 93 ◦ blue 92

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

Shades of Light Wood #825D5C

Tints of Light Wood #825D5C

RGB

 RED value IS 130 (51.17% from 255) = 41.27%

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

 BLUE value IS 92 (36.33% from 255) = 29.21%

R = 41.27%
G = 29.52%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.29

 K value IS 0.49

RGB Variations

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

Color information

#825D5C (or 0x825D5C) is known color: Light Wood. HEX triplet: 82, 5D and 5C. RGB value is (130,93,92). Sum of RGB (Red+Green+Blue) = 130+93+92=315 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.27% from 315); Green value is 93 (36.72% from 255 or 29.52% from 315); Blue value is 92 (36.33% from 255 or 29.21% from 315); Max value from RGB is 130 - color contains mainly: red. Hex color #825D5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825D5C is #7DA2A3. Grayscale: #676767. Windows color (decimal): -8233636 or 6053250. OLE color: 6053250.

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

Color convert

RGB 130 93 92 -
CMYK 0 0.28 0.29 0.49
HSL 1.58º 0.17% 0.44% -
HSV(B) 1.58º 0.29% 0.51% -
XYZ 15.05 13.35 11.91 -
YUV 103.95 121.26 146.58 -
System Red Green Blue C M Y K H S L
Decimal 130 93 92 0 0.28 0.29 0.49 1.58 0.17 0.44
Hex 82 5D 5C 0 1C 1D 31 2 11 2C
Octal 202 135 134 0 34 35 61 2 21 54
Binary 10000010 1011101 1011100 0 11100 11101 110001 10 10001 101100

Color Harmonies of #825D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825D5C

Black with #825D5C

Text Example


Text Example

White with #825D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825D5C; }

 p { color: rgb(130,93,92); }

 H1.HeaderClassName
 {
   color: #825D5C;
 }
 .AnyTagClassName
 {
   color: #825D5C;
 }
</style>

background-color css

<style>
 a { background-color: #825D5C; }

 a { background-color: rgb(130,93,92); }

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

border-color css

<style>
 span { border-color: #825D5C; }

 span { border-color: rgb(130,93,92); }

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