Html Css Color HEX #846241 Dark Wood

📋 copy color: '#846241'

red 132 ◦ green 98 ◦ blue 65

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

Shades of Dark Wood #846241

Tints of Dark Wood #846241

RGB

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

 GREEN value IS 98 (38.67% from 255) = 33.22%

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

R = 44.75%
G = 33.22%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.51

 K value IS 0.48

RGB Variations

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

Color information

#846241 (or 0x846241) is known color: Dark Wood. HEX triplet: 84, 62 and 41. RGB value is (132,98,65). Sum of RGB (Red+Green+Blue) = 132+98+65=295 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.75% from 295); Green value is 98 (38.67% from 255 or 33.22% from 295); Blue value is 65 (25.78% from 255 or 22.03% from 295); Max value from RGB is 132 - color contains mainly: red. Hex color #846241 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846241 is #7B9DBE. Grayscale: #686868. Windows color (decimal): -8101311 or 4285060. OLE color: 4285060.

HSL color Cylindrical-coordinate representation of color #846241: hue angle of 29.55º 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 #846241 is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 98 65 -
CMYK 0 0.26 0.51 0.48
HSL 29.55º 0.34% 0.39% -
HSV(B) 29.55º 0.51% 0.52% -
XYZ 14.84 14.02 6.93 -
YUV 104.4 105.76 147.68 -
System Red Green Blue C M Y K H S L
Decimal 132 98 65 0 0.26 0.51 0.48 29.55 0.34 0.39
Hex 84 62 41 0 1A 33 30 1E 22 27
Octal 204 142 101 0 32 63 60 36 42 47
Binary 10000100 1100010 1000001 0 11010 110011 110000 11110 100010 100111

Color Harmonies of #846241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846241

Black with #846241

Text Example


Text Example

White with #846241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846241; }

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

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

background-color css

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

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

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

border-color css

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

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

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