Html Css Color HEX #85744B Shadow

📋 copy color: '#85744B'

red 133 ◦ green 116 ◦ blue 75

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

Shades of Shadow #85744B

Tints of Shadow #85744B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 35.8%

 BLUE value IS 75 (29.69% from 255) = 23.15%

R = 41.05%
G = 35.8%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.44

 K value IS 0.48

RGB Variations

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

Color information

#85744B (or 0x85744B) is known color: Shadow. HEX triplet: 85, 74 and 4B. RGB value is (133,116,75). Sum of RGB (Red+Green+Blue) = 133+116+75=324 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.05% from 324); Green value is 116 (45.70% from 255 or 35.80% from 324); Blue value is 75 (29.69% from 255 or 23.15% from 324); Max value from RGB is 133 - color contains mainly: red. Hex color #85744B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85744B is #7A8BB4. Grayscale: #747474. Windows color (decimal): -8031157 or 4945029. OLE color: 4945029.

HSL color Cylindrical-coordinate representation of color #85744B: hue angle of 42.41º degrees, saturation: 0.28, 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 #85744B is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 116 75 -
CMYK 0 0.13 0.44 0.48
HSL 42.41º 0.28% 0.41% -
HSV(B) 42.41º 0.44% 0.52% -
XYZ 17.19 17.99 9.22 -
YUV 116.41 104.63 139.83 -
System Red Green Blue C M Y K H S L
Decimal 133 116 75 0 0.13 0.44 0.48 42.41 0.28 0.41
Hex 85 74 4B 0 D 2C 30 2A 1C 29
Octal 205 164 113 0 15 54 60 52 34 51
Binary 10000101 1110100 1001011 0 1101 101100 110000 101010 11100 101001

Color Harmonies of #85744B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85744B

Black with #85744B

Text Example


Text Example

White with #85744B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85744B; }

 p { color: rgb(133,116,75); }

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

background-color css

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

 a { background-color: rgb(133,116,75); }

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

border-color css

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

 span { border-color: rgb(133,116,75); }

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