Html Css Color HEX #846044 Dark Wood

📋 copy color: '#846044'

red 132 ◦ green 96 ◦ blue 68

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

Shades of Dark Wood #846044

Tints of Dark Wood #846044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 22.97%

R = 44.59%
G = 32.43%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.48

 K value IS 0.48

RGB Variations

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

Color information

#846044 (or 0x846044) is known color: Dark Wood. HEX triplet: 84, 60 and 44. RGB value is (132,96,68). Sum of RGB (Red+Green+Blue) = 132+96+68=296 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.59% from 296); Green value is 96 (37.89% from 255 or 32.43% from 296); Blue value is 68 (26.95% from 255 or 22.97% from 296); Max value from RGB is 132 - color contains mainly: red. Hex color #846044 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846044 is #7B9FBB. Grayscale: #676767. Windows color (decimal): -8101820 or 4481156. OLE color: 4481156.

HSL color Cylindrical-coordinate representation of color #846044: hue angle of 26.25º degrees, saturation: 0.32, 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 #846044 is Cyan = 0, Magento = 0.27, Yellow = 0.48 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 96 68 -
CMYK 0 0.27 0.48 0.48
HSL 26.25º 0.32% 0.39% -
HSV(B) 26.25º 0.48% 0.52% -
XYZ 14.74 13.69 7.33 -
YUV 103.57 107.93 148.28 -
System Red Green Blue C M Y K H S L
Decimal 132 96 68 0 0.27 0.48 0.48 26.25 0.32 0.39
Hex 84 60 44 0 1B 30 30 1A 20 27
Octal 204 140 104 0 33 60 60 32 40 47
Binary 10000100 1100000 1000100 0 11011 110000 110000 11010 100000 100111

Color Harmonies of #846044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846044

Black with #846044

Text Example


Text Example

White with #846044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846044; }

 p { color: rgb(132,96,68); }

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

background-color css

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

 a { background-color: rgb(132,96,68); }

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

border-color css

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

 span { border-color: rgb(132,96,68); }

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