Html Css Color HEX #826048 Dark Wood

📋 copy color: '#826048'

red 130 ◦ green 96 ◦ blue 72

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

Shades of Dark Wood #826048

Tints of Dark Wood #826048

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32.21%

 BLUE value IS 72 (28.52% from 255) = 24.16%

R = 43.62%
G = 32.21%
B = 24.16%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.45

 K value IS 0.49

RGB Variations

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

Color information

#826048 (or 0x826048) is known color: Dark Wood. HEX triplet: 82, 60 and 48. RGB value is (130,96,72). Sum of RGB (Red+Green+Blue) = 130+96+72=298 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.62% from 298); Green value is 96 (37.89% from 255 or 32.21% from 298); Blue value is 72 (28.52% from 255 or 24.16% from 298); Max value from RGB is 130 - color contains mainly: red. Hex color #826048 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826048 is #7D9FB7. Grayscale: #676767. Windows color (decimal): -8232888 or 4743298. OLE color: 4743298.

HSL color Cylindrical-coordinate representation of color #826048: hue angle of 24.83º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #826048 is Cyan = 0, Magento = 0.26, Yellow = 0.45 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 96 72 -
CMYK 0 0.26 0.45 0.49
HSL 24.83º 0.29% 0.4% -
HSV(B) 24.83º 0.45% 0.51% -
XYZ 14.56 13.58 7.98 -
YUV 103.43 110.26 146.95 -
System Red Green Blue C M Y K H S L
Decimal 130 96 72 0 0.26 0.45 0.49 24.83 0.29 0.4
Hex 82 60 48 0 1A 2D 31 19 1D 28
Octal 202 140 110 0 32 55 61 31 35 50
Binary 10000010 1100000 1001000 0 11010 101101 110001 11001 11101 101000

Color Harmonies of #826048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826048

Black with #826048

Text Example


Text Example

White with #826048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826048; }

 p { color: rgb(130,96,72); }

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

background-color css

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

 a { background-color: rgb(130,96,72); }

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

border-color css

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

 span { border-color: rgb(130,96,72); }

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