Html Css Color HEX #846242 Dark Wood

📋 copy color: '#846242'

red 132 ◦ green 98 ◦ blue 66

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

Shades of Dark Wood #846242

Tints of Dark Wood #846242

RGB

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

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

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

R = 44.59%
G = 33.11%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.5

 K value IS 0.48

RGB Variations

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

Color information

#846242 (or 0x846242) is known color: Dark Wood. HEX triplet: 84, 62 and 42. RGB value is (132,98,66). Sum of RGB (Red+Green+Blue) = 132+98+66=296 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.59% from 296); Green value is 98 (38.67% from 255 or 33.11% from 296); Blue value is 66 (26.17% from 255 or 22.30% from 296); Max value from RGB is 132 - color contains mainly: red. Hex color #846242 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846242 is #7B9DBD. Grayscale: #686868. Windows color (decimal): -8101310 or 4350596. OLE color: 4350596.

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

Color convert

RGB 132 98 66 -
CMYK 0 0.26 0.5 0.48
HSL 29.09º 0.33% 0.39% -
HSV(B) 29.09º 0.5% 0.52% -
XYZ 14.87 14.03 7.08 -
YUV 104.52 106.26 147.6 -
System Red Green Blue C M Y K H S L
Decimal 132 98 66 0 0.26 0.5 0.48 29.09 0.33 0.39
Hex 84 62 42 0 1A 32 30 1D 21 27
Octal 204 142 102 0 32 62 60 35 41 47
Binary 10000100 1100010 1000010 0 11010 110010 110000 11101 100001 100111

Color Harmonies of #846242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846242

Black with #846242

Text Example


Text Example

White with #846242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846242; }

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

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

background-color css

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

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

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

border-color css

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

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

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