Html Css Color HEX #846042 Dark Wood

📋 copy color: '#846042'

red 132 ◦ green 96 ◦ blue 66

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

Shades of Dark Wood #846042

Tints of Dark Wood #846042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 22.45%

R = 44.9%
G = 32.65%
B = 22.45%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.5

 K value IS 0.48

RGB Variations

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

Color information

#846042 (or 0x846042) is known color: Dark Wood. HEX triplet: 84, 60 and 42. RGB value is (132,96,66). Sum of RGB (Red+Green+Blue) = 132+96+66=294 (38% of max value = 765). Red value is 132 (51.95% from 255 or 44.90% from 294); Green value is 96 (37.89% from 255 or 32.65% from 294); Blue value is 66 (26.17% from 255 or 22.45% from 294); Max value from RGB is 132 - color contains mainly: red. Hex color #846042 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846042 is #7B9FBD. Grayscale: #676767. Windows color (decimal): -8101822 or 4350084. OLE color: 4350084.

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

Color convert

RGB 132 96 66 -
CMYK 0 0.27 0.5 0.48
HSL 27.27º 0.33% 0.39% -
HSV(B) 27.27º 0.5% 0.52% -
XYZ 14.68 13.66 7.02 -
YUV 103.34 106.93 148.44 -
System Red Green Blue C M Y K H S L
Decimal 132 96 66 0 0.27 0.5 0.48 27.27 0.33 0.39
Hex 84 60 42 0 1B 32 30 1B 21 27
Octal 204 140 102 0 33 62 60 33 41 47
Binary 10000100 1100000 1000010 0 11011 110010 110000 11011 100001 100111

Color Harmonies of #846042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846042

Black with #846042

Text Example


Text Example

White with #846042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846042; }

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

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

background-color css

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

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

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

border-color css

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

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

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