Html Css Color HEX #826245 Dark Wood

📋 copy color: '#826245'

red 130 ◦ green 98 ◦ blue 69

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

Shades of Dark Wood #826245

Tints of Dark Wood #826245

RGB

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

 GREEN value IS 98 (38.67% from 255) = 33%

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

R = 43.77%
G = 33%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.47

 K value IS 0.49

RGB Variations

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

Color information

#826245 (or 0x826245) is known color: Dark Wood. HEX triplet: 82, 62 and 45. RGB value is (130,98,69). Sum of RGB (Red+Green+Blue) = 130+98+69=297 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.77% from 297); Green value is 98 (38.67% from 255 or 33.00% from 297); Blue value is 69 (27.34% from 255 or 23.23% from 297); Max value from RGB is 130 - color contains mainly: red. Hex color #826245 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826245 is #7D9DBA. Grayscale: #686868. Windows color (decimal): -8232379 or 4547202. OLE color: 4547202.

HSL color Cylindrical-coordinate representation of color #826245: hue angle of 28.52º 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 #826245 is Cyan = 0, Magento = 0.25, Yellow = 0.47 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 98 69 -
CMYK 0 0.25 0.47 0.49
HSL 28.52º 0.31% 0.39% -
HSV(B) 28.52º 0.47% 0.51% -
XYZ 14.65 13.91 7.54 -
YUV 104.26 108.1 146.36 -
System Red Green Blue C M Y K H S L
Decimal 130 98 69 0 0.25 0.47 0.49 28.52 0.31 0.39
Hex 82 62 45 0 19 2F 31 1D 1F 27
Octal 202 142 105 0 31 57 61 35 37 47
Binary 10000010 1100010 1000101 0 11001 101111 110001 11101 11111 100111

Color Harmonies of #826245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826245

Black with #826245

Text Example


Text Example

White with #826245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826245; }

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

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

background-color css

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

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

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

border-color css

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

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

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