Html Css Color HEX #846148 Dark Wood

📋 copy color: '#846148'

red 132 ◦ green 97 ◦ blue 72

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

Shades of Dark Wood #846148

Tints of Dark Wood #846148

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.23%

 BLUE value IS 72 (28.52% from 255) = 23.92%

R = 43.85%
G = 32.23%
B = 23.92%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.45

 K value IS 0.48

RGB Variations

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

Color information

#846148 (or 0x846148) is known color: Dark Wood. HEX triplet: 84, 61 and 48. RGB value is (132,97,72). Sum of RGB (Red+Green+Blue) = 132+97+72=301 (39% of max value = 765). Red value is 132 (51.95% from 255 or 43.85% from 301); Green value is 97 (38.28% from 255 or 32.23% from 301); Blue value is 72 (28.52% from 255 or 23.92% from 301); Max value from RGB is 132 - color contains mainly: red. Hex color #846148 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846148 is #7B9EB7. Grayscale: #686868. Windows color (decimal): -8101560 or 4743556. OLE color: 4743556.

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

Color convert

RGB 132 97 72 -
CMYK 0 0.27 0.45 0.48
HSL 25º 0.29% 0.4% -
HSV(B) 25º 0.45% 0.52% -
XYZ 14.96 13.92 8.03 -
YUV 104.62 109.6 147.53 -
System Red Green Blue C M Y K H S L
Decimal 132 97 72 0 0.27 0.45 0.48 25 0.29 0.4
Hex 84 61 48 0 1B 2D 30 19 1D 28
Octal 204 141 110 0 33 55 60 31 35 50
Binary 10000100 1100001 1001000 0 11011 101101 110000 11001 11101 101000

Color Harmonies of #846148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846148

Black with #846148

Text Example


Text Example

White with #846148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846148; }

 p { color: rgb(132,97,72); }

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

background-color css

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

 a { background-color: rgb(132,97,72); }

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

border-color css

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

 span { border-color: rgb(132,97,72); }

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