Html Css Color HEX #846445 Dark Wood

📋 copy color: '#846445'

red 132 ◦ green 100 ◦ blue 69

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

Shades of Dark Wood #846445

Tints of Dark Wood #846445

RGB

 RED value IS 132 (51.95% from 255) = 43.85%

 GREEN value IS 100 (39.45% from 255) = 33.22%

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

R = 43.85%
G = 33.22%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.48

 K value IS 0.48

RGB Variations

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

Color information

#846445 (or 0x846445) is known color: Dark Wood. HEX triplet: 84, 64 and 45. RGB value is (132,100,69). Sum of RGB (Red+Green+Blue) = 132+100+69=301 (39% of max value = 765). Red value is 132 (51.95% from 255 or 43.85% from 301); Green value is 100 (39.45% from 255 or 33.22% from 301); Blue value is 69 (27.34% from 255 or 22.92% from 301); Max value from RGB is 132 - color contains mainly: red. Hex color #846445 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846445 is #7B9BBA. Grayscale: #6A6A6A. Windows color (decimal): -8100795 or 4547716. OLE color: 4547716.

HSL color Cylindrical-coordinate representation of color #846445: hue angle of 29.52º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #846445 is Cyan = 0, Magento = 0.24, Yellow = 0.48 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 100 69 -
CMYK 0 0.24 0.48 0.48
HSL 29.52º 0.31% 0.39% -
HSV(B) 29.52º 0.48% 0.52% -
XYZ 15.15 14.45 7.62 -
YUV 106.03 107.1 146.52 -
System Red Green Blue C M Y K H S L
Decimal 132 100 69 0 0.24 0.48 0.48 29.52 0.31 0.39
Hex 84 64 45 0 18 30 30 1E 1F 27
Octal 204 144 105 0 30 60 60 36 37 47
Binary 10000100 1100100 1000101 0 11000 110000 110000 11110 11111 100111

Color Harmonies of #846445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846445

Black with #846445

Text Example


Text Example

White with #846445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846445; }

 p { color: rgb(132,100,69); }

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

background-color css

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

 a { background-color: rgb(132,100,69); }

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

border-color css

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

 span { border-color: rgb(132,100,69); }

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