Html Css Color HEX #846041 Dark Wood

📋 copy color: '#846041'

red 132 ◦ green 96 ◦ blue 65

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

Shades of Dark Wood #846041

Tints of Dark Wood #846041

RGB

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

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

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

R = 45.05%
G = 32.76%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.51

 K value IS 0.48

RGB Variations

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

Color information

#846041 (or 0x846041) is known color: Dark Wood. HEX triplet: 84, 60 and 41. RGB value is (132,96,65). Sum of RGB (Red+Green+Blue) = 132+96+65=293 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.05% from 293); Green value is 96 (37.89% from 255 or 32.76% from 293); Blue value is 65 (25.78% from 255 or 22.18% from 293); Max value from RGB is 132 - color contains mainly: red. Hex color #846041 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846041 is #7B9FBE. Grayscale: #676767. Windows color (decimal): -8101823 or 4284548. OLE color: 4284548.

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

Color convert

RGB 132 96 65 -
CMYK 0 0.27 0.51 0.48
HSL 27.76º 0.34% 0.39% -
HSV(B) 27.76º 0.51% 0.52% -
XYZ 14.65 13.65 6.86 -
YUV 103.23 106.43 148.52 -
System Red Green Blue C M Y K H S L
Decimal 132 96 65 0 0.27 0.51 0.48 27.76 0.34 0.39
Hex 84 60 41 0 1B 33 30 1C 22 27
Octal 204 140 101 0 33 63 60 34 42 47
Binary 10000100 1100000 1000001 0 11011 110011 110000 11100 100010 100111

Color Harmonies of #846041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846041

Black with #846041

Text Example


Text Example

White with #846041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846041; }

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

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

background-color css

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

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

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

border-color css

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

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

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