Html Css Color HEX #825E5C Light Wood

📋 copy color: '#825E5C'

red 130 ◦ green 94 ◦ blue 92

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

Shades of Light Wood #825E5C

Tints of Light Wood #825E5C

RGB

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

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

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

R = 41.14%
G = 29.75%
B = 29.11%

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

#825E5C (or 0x825E5C) is known color: Light Wood. HEX triplet: 82, 5E and 5C. RGB value is (130,94,92). Sum of RGB (Red+Green+Blue) = 130+94+92=316 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.14% from 316); Green value is 94 (37.11% from 255 or 29.75% from 316); Blue value is 92 (36.33% from 255 or 29.11% from 316); Max value from RGB is 130 - color contains mainly: red. Hex color #825E5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825E5C is #7DA1A3. Grayscale: #686868. Windows color (decimal): -8233380 or 6053506. OLE color: 6053506.

HSL color Cylindrical-coordinate representation of color #825E5C: hue angle of 3.16º 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 #825E5C is Cyan = 0, Magento = 0.28, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 94 92 -
CMYK 0 0.28 0.29 0.49
HSL 3.16º 0.17% 0.44% -
HSV(B) 3.16º 0.29% 0.51% -
XYZ 15.14 13.52 11.94 -
YUV 104.54 120.93 146.16 -
System Red Green Blue C M Y K H S L
Decimal 130 94 92 0 0.28 0.29 0.49 3.16 0.17 0.44
Hex 82 5E 5C 0 1C 1D 31 3 11 2C
Octal 202 136 134 0 34 35 61 3 21 54
Binary 10000010 1011110 1011100 0 11100 11101 110001 11 10001 101100

Color Harmonies of #825E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825E5C

Black with #825E5C

Text Example


Text Example

White with #825E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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