Html Css Color HEX #846541 Dark Wood

📋 copy color: '#846541'

red 132 ◦ green 101 ◦ blue 65

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

Shades of Dark Wood #846541

Tints of Dark Wood #846541

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.89%

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

R = 44.3%
G = 33.89%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.51

 K value IS 0.48

RGB Variations

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

Color information

#846541 (or 0x846541) is known color: Dark Wood. HEX triplet: 84, 65 and 41. RGB value is (132,101,65). Sum of RGB (Red+Green+Blue) = 132+101+65=298 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.30% from 298); Green value is 101 (39.84% from 255 or 33.89% from 298); Blue value is 65 (25.78% from 255 or 21.81% from 298); Max value from RGB is 132 - color contains mainly: red. Hex color #846541 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846541 is #7B9ABE. Grayscale: #6A6A6A. Windows color (decimal): -8100543 or 4285828. OLE color: 4285828.

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

Color convert

RGB 132 101 65 -
CMYK 0 0.23 0.51 0.48
HSL 32.24º 0.34% 0.39% -
HSV(B) 32.24º 0.51% 0.52% -
XYZ 15.12 14.59 7.02 -
YUV 106.17 104.77 146.43 -
System Red Green Blue C M Y K H S L
Decimal 132 101 65 0 0.23 0.51 0.48 32.24 0.34 0.39
Hex 84 65 41 0 17 33 30 20 22 27
Octal 204 145 101 0 27 63 60 40 42 47
Binary 10000100 1100101 1000001 0 10111 110011 110000 100000 100010 100111

Color Harmonies of #846541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846541

Black with #846541

Text Example


Text Example

White with #846541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846541; }

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

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

background-color css

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

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

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

border-color css

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

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

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