Html Css Color HEX #825E46 Dark Wood

📋 copy color: '#825E46'

red 130 ◦ green 94 ◦ blue 70

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

Shades of Dark Wood #825E46

Tints of Dark Wood #825E46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 23.81%

R = 44.22%
G = 31.97%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.46

 K value IS 0.49

RGB Variations

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

Color information

#825E46 (or 0x825E46) is known color: Dark Wood. HEX triplet: 82, 5E and 46. RGB value is (130,94,70). Sum of RGB (Red+Green+Blue) = 130+94+70=294 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.22% from 294); Green value is 94 (37.11% from 255 or 31.97% from 294); Blue value is 70 (27.73% from 255 or 23.81% from 294); Max value from RGB is 130 - color contains mainly: red. Hex color #825E46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825E46 is #7DA1B9. Grayscale: #666666. Windows color (decimal): -8233402 or 4611714. OLE color: 4611714.

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

Color convert

RGB 130 94 70 -
CMYK 0 0.28 0.46 0.49
HSL 24º 0.3% 0.39% -
HSV(B) 24º 0.46% 0.51% -
XYZ 14.31 13.19 7.59 -
YUV 102.03 109.93 147.95 -
System Red Green Blue C M Y K H S L
Decimal 130 94 70 0 0.28 0.46 0.49 24 0.3 0.39
Hex 82 5E 46 0 1C 2E 31 18 1E 27
Octal 202 136 106 0 34 56 61 30 36 47
Binary 10000010 1011110 1000110 0 11100 101110 110001 11000 11110 100111

Color Harmonies of #825E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825E46

Black with #825E46

Text Example


Text Example

White with #825E46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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