Html Css Color HEX #85644C Dark Wood

📋 copy color: '#85644C'

red 133 ◦ green 100 ◦ blue 76

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

Shades of Dark Wood #85644C

Tints of Dark Wood #85644C

RGB

 RED value IS 133 (52.34% from 255) = 43.04%

 GREEN value IS 100 (39.45% from 255) = 32.36%

 BLUE value IS 76 (30.08% from 255) = 24.6%

R = 43.04%
G = 32.36%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.43

 K value IS 0.48

RGB Variations

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

Color information

#85644C (or 0x85644C) is known color: Dark Wood. HEX triplet: 85, 64 and 4C. RGB value is (133,100,76). Sum of RGB (Red+Green+Blue) = 133+100+76=309 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.04% from 309); Green value is 100 (39.45% from 255 or 32.36% from 309); Blue value is 76 (30.08% from 255 or 24.60% from 309); Max value from RGB is 133 - color contains mainly: red. Hex color #85644C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85644C is #7A9BB3. Grayscale: #6B6B6B. Windows color (decimal): -8035252 or 5006469. OLE color: 5006469.

HSL color Cylindrical-coordinate representation of color #85644C: hue angle of 25.26º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #85644C is Cyan = 0, Magento = 0.25, Yellow = 0.43 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 100 76 -
CMYK 0 0.25 0.43 0.48
HSL 25.26º 0.27% 0.41% -
HSV(B) 25.26º 0.43% 0.52% -
XYZ 15.53 14.62 8.84 -
YUV 107.13 110.43 146.45 -
System Red Green Blue C M Y K H S L
Decimal 133 100 76 0 0.25 0.43 0.48 25.26 0.27 0.41
Hex 85 64 4C 0 19 2B 30 19 1B 29
Octal 205 144 114 0 31 53 60 31 33 51
Binary 10000101 1100100 1001100 0 11001 101011 110000 11001 11011 101001

Color Harmonies of #85644C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85644C

Black with #85644C

Text Example


Text Example

White with #85644C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85644C; }

 p { color: rgb(133,100,76); }

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

background-color css

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

 a { background-color: rgb(133,100,76); }

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

border-color css

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

 span { border-color: rgb(133,100,76); }

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