Html Css Color HEX #825C45 Dark Wood

📋 copy color: '#825C45'

red 130 ◦ green 92 ◦ blue 69

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

Shades of Dark Wood #825C45

Tints of Dark Wood #825C45

RGB

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

 GREEN value IS 92 (36.33% from 255) = 31.62%

 BLUE value IS 69 (27.34% from 255) = 23.71%

R = 44.67%
G = 31.62%
B = 23.71%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.47

 K value IS 0.49

RGB Variations

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

Color information

#825C45 (or 0x825C45) is known color: Dark Wood. HEX triplet: 82, 5C and 45. RGB value is (130,92,69). Sum of RGB (Red+Green+Blue) = 130+92+69=291 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.67% from 291); Green value is 92 (36.33% from 255 or 31.62% from 291); Blue value is 69 (27.34% from 255 or 23.71% from 291); Max value from RGB is 130 - color contains mainly: red. Hex color #825C45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825C45 is #7DA3BA. Grayscale: #646464. Windows color (decimal): -8233915 or 4545666. OLE color: 4545666.

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

Color convert

RGB 130 92 69 -
CMYK 0 0.29 0.47 0.49
HSL 22.62º 0.31% 0.39% -
HSV(B) 22.62º 0.47% 0.51% -
XYZ 14.11 12.83 7.36 -
YUV 100.74 110.09 148.87 -
System Red Green Blue C M Y K H S L
Decimal 130 92 69 0 0.29 0.47 0.49 22.62 0.31 0.39
Hex 82 5C 45 0 1D 2F 31 17 1F 27
Octal 202 134 105 0 35 57 61 27 37 47
Binary 10000010 1011100 1000101 0 11101 101111 110001 10111 11111 100111

Color Harmonies of #825C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825C45

Black with #825C45

Text Example


Text Example

White with #825C45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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