Html Css Color HEX #85644A Dark Wood

📋 copy color: '#85644A'

red 133 ◦ green 100 ◦ blue 74

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

Shades of Dark Wood #85644A

Tints of Dark Wood #85644A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 24.1%

R = 43.32%
G = 32.57%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.44

 K value IS 0.48

RGB Variations

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

Color information

#85644A (or 0x85644A) is known color: Dark Wood. HEX triplet: 85, 64 and 4A. RGB value is (133,100,74). Sum of RGB (Red+Green+Blue) = 133+100+74=307 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.32% from 307); Green value is 100 (39.45% from 255 or 32.57% from 307); Blue value is 74 (29.30% from 255 or 24.10% from 307); Max value from RGB is 133 - color contains mainly: red. Hex color #85644A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85644A is #7A9BB5. Grayscale: #6B6B6B. Windows color (decimal): -8035254 or 4875397. OLE color: 4875397.

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

Color convert

RGB 133 100 74 -
CMYK 0 0.25 0.44 0.48
HSL 26.44º 0.29% 0.41% -
HSV(B) 26.44º 0.44% 0.52% -
XYZ 15.47 14.6 8.48 -
YUV 106.9 109.43 146.61 -
System Red Green Blue C M Y K H S L
Decimal 133 100 74 0 0.25 0.44 0.48 26.44 0.29 0.41
Hex 85 64 4A 0 19 2C 30 1A 1D 29
Octal 205 144 112 0 31 54 60 32 35 51
Binary 10000101 1100100 1001010 0 11001 101100 110000 11010 11101 101001

Color Harmonies of #85644A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85644A

Black with #85644A

Text Example


Text Example

White with #85644A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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