Html Css Color HEX #845F40 Dark Wood

📋 copy color: '#845F40'

red 132 ◦ green 95 ◦ blue 64

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

Shades of Dark Wood #845F40

Tints of Dark Wood #845F40

RGB

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

 GREEN value IS 95 (37.5% from 255) = 32.65%

 BLUE value IS 64 (25.39% from 255) = 21.99%

R = 45.36%
G = 32.65%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.52

 K value IS 0.48

RGB Variations

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

Color information

#845F40 (or 0x845F40) is known color: Dark Wood. HEX triplet: 84, 5F and 40. RGB value is (132,95,64). Sum of RGB (Red+Green+Blue) = 132+95+64=291 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.36% from 291); Green value is 95 (37.5% from 255 or 32.65% from 291); Blue value is 64 (25.39% from 255 or 21.99% from 291); Max value from RGB is 132 - color contains mainly: red. Hex color #845F40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845F40 is #7BA0BF. Grayscale: #666666. Windows color (decimal): -8102080 or 4218756. OLE color: 4218756.

HSL color Cylindrical-coordinate representation of color #845F40: hue angle of 27.35º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #845F40 is Cyan = 0, Magento = 0.28, Yellow = 0.52 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 95 64 -
CMYK 0 0.28 0.52 0.48
HSL 27.35º 0.35% 0.38% -
HSV(B) 27.35º 0.52% 0.52% -
XYZ 14.53 13.46 6.68 -
YUV 102.53 106.26 149.02 -
System Red Green Blue C M Y K H S L
Decimal 132 95 64 0 0.28 0.52 0.48 27.35 0.35 0.38
Hex 84 5F 40 0 1C 34 30 1B 23 26
Octal 204 137 100 0 34 64 60 33 43 46
Binary 10000100 1011111 1000000 0 11100 110100 110000 11011 100011 100110

Color Harmonies of #845F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845F40

Black with #845F40

Text Example


Text Example

White with #845F40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,95,64); }

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

background-color css

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

 a { background-color: rgb(132,95,64); }

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

border-color css

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

 span { border-color: rgb(132,95,64); }

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