Html Css Color HEX #845E46 Dark Wood

📋 copy color: '#845E46'

red 132 ◦ green 94 ◦ blue 70

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

Shades of Dark Wood #845E46

Tints of Dark Wood #845E46

RGB

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

 GREEN value IS 94 (37.11% from 255) = 31.76%

 BLUE value IS 70 (27.73% from 255) = 23.65%

R = 44.59%
G = 31.76%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.47

 K value IS 0.48

RGB Variations

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

Color information

#845E46 (or 0x845E46) is known color: Dark Wood. HEX triplet: 84, 5E and 46. RGB value is (132,94,70). Sum of RGB (Red+Green+Blue) = 132+94+70=296 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.59% from 296); Green value is 94 (37.11% from 255 or 31.76% from 296); Blue value is 70 (27.73% from 255 or 23.65% from 296); Max value from RGB is 132 - color contains mainly: red. Hex color #845E46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845E46 is #7BA1B9. Grayscale: #666666. Windows color (decimal): -8102330 or 4611716. OLE color: 4611716.

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

Color convert

RGB 132 94 70 -
CMYK 0 0.29 0.47 0.48
HSL 23.23º 0.31% 0.4% -
HSV(B) 23.23º 0.47% 0.52% -
XYZ 14.62 13.35 7.6 -
YUV 102.63 109.59 148.95 -
System Red Green Blue C M Y K H S L
Decimal 132 94 70 0 0.29 0.47 0.48 23.23 0.31 0.4
Hex 84 5E 46 0 1D 2F 30 17 1F 28
Octal 204 136 106 0 35 57 60 27 37 50
Binary 10000100 1011110 1000110 0 11101 101111 110000 10111 11111 101000

Color Harmonies of #845E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845E46

Black with #845E46

Text Example


Text Example

White with #845E46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845E46; }

 p { color: rgb(132,94,70); }

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

background-color css

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

 a { background-color: rgb(132,94,70); }

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

border-color css

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

 span { border-color: rgb(132,94,70); }

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