Html Css Color HEX #826345 Dark Wood

📋 copy color: '#826345'

red 130 ◦ green 99 ◦ blue 69

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

Shades of Dark Wood #826345

Tints of Dark Wood #826345

RGB

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

 GREEN value IS 99 (39.06% from 255) = 33.22%

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

R = 43.62%
G = 33.22%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.47

 K value IS 0.49

RGB Variations

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

Color information

#826345 (or 0x826345) is known color: Dark Wood. HEX triplet: 82, 63 and 45. RGB value is (130,99,69). Sum of RGB (Red+Green+Blue) = 130+99+69=298 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.62% from 298); Green value is 99 (39.06% from 255 or 33.22% from 298); Blue value is 69 (27.34% from 255 or 23.15% from 298); Max value from RGB is 130 - color contains mainly: red. Hex color #826345 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826345 is #7D9CBA. Grayscale: #696969. Windows color (decimal): -8232123 or 4547458. OLE color: 4547458.

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

Color convert

RGB 130 99 69 -
CMYK 0 0.24 0.47 0.49
HSL 29.51º 0.31% 0.39% -
HSV(B) 29.51º 0.47% 0.51% -
XYZ 14.74 14.1 7.57 -
YUV 104.85 107.77 145.94 -
System Red Green Blue C M Y K H S L
Decimal 130 99 69 0 0.24 0.47 0.49 29.51 0.31 0.39
Hex 82 63 45 0 18 2F 31 1E 1F 27
Octal 202 143 105 0 30 57 61 36 37 47
Binary 10000010 1100011 1000101 0 11000 101111 110001 11110 11111 100111

Color Harmonies of #826345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826345

Black with #826345

Text Example


Text Example

White with #826345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826345; }

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

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

background-color css

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

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

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

border-color css

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

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

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