Html Css Color HEX #846441 Dark Wood

📋 copy color: '#846441'

red 132 ◦ green 100 ◦ blue 65

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

Shades of Dark Wood #846441

Tints of Dark Wood #846441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 21.89%

R = 44.44%
G = 33.67%
B = 21.89%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.51

 K value IS 0.48

RGB Variations

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

Color information

#846441 (or 0x846441) is known color: Dark Wood. HEX triplet: 84, 64 and 41. RGB value is (132,100,65). Sum of RGB (Red+Green+Blue) = 132+100+65=297 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.44% from 297); Green value is 100 (39.45% from 255 or 33.67% from 297); Blue value is 65 (25.78% from 255 or 21.89% from 297); Max value from RGB is 132 - color contains mainly: red. Hex color #846441 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846441 is #7B9BBE. Grayscale: #696969. Windows color (decimal): -8100799 or 4285572. OLE color: 4285572.

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

Color convert

RGB 132 100 65 -
CMYK 0 0.24 0.51 0.48
HSL 31.34º 0.34% 0.39% -
HSV(B) 31.34º 0.51% 0.52% -
XYZ 15.03 14.4 6.99 -
YUV 105.58 105.1 146.85 -
System Red Green Blue C M Y K H S L
Decimal 132 100 65 0 0.24 0.51 0.48 31.34 0.34 0.39
Hex 84 64 41 0 18 33 30 1F 22 27
Octal 204 144 101 0 30 63 60 37 42 47
Binary 10000100 1100100 1000001 0 11000 110011 110000 11111 100010 100111

Color Harmonies of #846441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846441

Black with #846441

Text Example


Text Example

White with #846441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846441; }

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

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

background-color css

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

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

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

border-color css

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

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

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