Html Css Color HEX #846748 Dark Wood

📋 copy color: '#846748'

red 132 ◦ green 103 ◦ blue 72

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

Shades of Dark Wood #846748

Tints of Dark Wood #846748

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.55%

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

R = 43%
G = 33.55%
B = 23.45%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.45

 K value IS 0.48

RGB Variations

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

Color information

#846748 (or 0x846748) is known color: Dark Wood. HEX triplet: 84, 67 and 48. RGB value is (132,103,72). Sum of RGB (Red+Green+Blue) = 132+103+72=307 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.00% from 307); Green value is 103 (40.62% from 255 or 33.55% from 307); Blue value is 72 (28.52% from 255 or 23.45% from 307); Max value from RGB is 132 - color contains mainly: red. Hex color #846748 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846748 is #7B98B7. Grayscale: #6C6C6C. Windows color (decimal): -8100024 or 4745092. OLE color: 4745092.

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

Color convert

RGB 132 103 72 -
CMYK 0 0.22 0.45 0.48
HSL 31º 0.29% 0.4% -
HSV(B) 31º 0.45% 0.52% -
XYZ 15.54 15.07 8.22 -
YUV 108.14 107.61 145.02 -
System Red Green Blue C M Y K H S L
Decimal 132 103 72 0 0.22 0.45 0.48 31 0.29 0.4
Hex 84 67 48 0 16 2D 30 1F 1D 28
Octal 204 147 110 0 26 55 60 37 35 50
Binary 10000100 1100111 1001000 0 10110 101101 110000 11111 11101 101000

Color Harmonies of #846748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846748

Black with #846748

Text Example


Text Example

White with #846748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846748; }

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

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

background-color css

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

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

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

border-color css

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

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

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