Html Css Color HEX #825F5E Light Wood

📋 copy color: '#825F5E'

red 130 ◦ green 95 ◦ blue 94

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

Shades of Light Wood #825F5E

Tints of Light Wood #825F5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 29.47%

R = 40.75%
G = 29.78%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#825F5E (or 0x825F5E) is known color: Light Wood. HEX triplet: 82, 5F and 5E. RGB value is (130,95,94). Sum of RGB (Red+Green+Blue) = 130+95+94=319 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.75% from 319); Green value is 95 (37.5% from 255 or 29.78% from 319); Blue value is 94 (37.11% from 255 or 29.47% from 319); Max value from RGB is 130 - color contains mainly: red. Hex color #825F5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825F5E is #7DA0A1. Grayscale: #696969. Windows color (decimal): -8233122 or 6184834. OLE color: 6184834.

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

Color convert

RGB 130 95 94 -
CMYK 0 0.27 0.28 0.49
HSL 1.67º 0.16% 0.44% -
HSV(B) 1.67º 0.28% 0.51% -
XYZ 15.32 13.74 12.43 -
YUV 105.35 121.6 145.58 -
System Red Green Blue C M Y K H S L
Decimal 130 95 94 0 0.27 0.28 0.49 1.67 0.16 0.44
Hex 82 5F 5E 0 1B 1C 31 2 10 2C
Octal 202 137 136 0 33 34 61 2 20 54
Binary 10000010 1011111 1011110 0 11011 11100 110001 10 10000 101100

Color Harmonies of #825F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825F5E

Black with #825F5E

Text Example


Text Example

White with #825F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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