Html Css Color HEX #826545 Dark Wood

📋 copy color: '#826545'

red 130 ◦ green 101 ◦ blue 69

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

Shades of Dark Wood #826545

Tints of Dark Wood #826545

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.67%

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

R = 43.33%
G = 33.67%
B = 23%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.47

 K value IS 0.49

RGB Variations

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

Color information

#826545 (or 0x826545) is known color: Dark Wood. HEX triplet: 82, 65 and 45. RGB value is (130,101,69). Sum of RGB (Red+Green+Blue) = 130+101+69=300 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.33% from 300); Green value is 101 (39.84% from 255 or 33.67% from 300); Blue value is 69 (27.34% from 255 or 23% from 300); Max value from RGB is 130 - color contains mainly: red. Hex color #826545 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826545 is #7D9ABA. Grayscale: #6A6A6A. Windows color (decimal): -8231611 or 4547970. OLE color: 4547970.

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

Color convert

RGB 130 101 69 -
CMYK 0 0.22 0.47 0.49
HSL 31.48º 0.31% 0.39% -
HSV(B) 31.48º 0.47% 0.51% -
XYZ 14.93 14.48 7.64 -
YUV 106.02 107.11 145.1 -
System Red Green Blue C M Y K H S L
Decimal 130 101 69 0 0.22 0.47 0.49 31.48 0.31 0.39
Hex 82 65 45 0 16 2F 31 1F 1F 27
Octal 202 145 105 0 26 57 61 37 37 47
Binary 10000010 1100101 1000101 0 10110 101111 110001 11111 11111 100111

Color Harmonies of #826545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826545

Black with #826545

Text Example


Text Example

White with #826545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826545; }

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

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

background-color css

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

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

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

border-color css

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

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

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