Html Css Color HEX #995D53 Au Chico

📋 copy color: '#995D53'

red 153 ◦ green 93 ◦ blue 83

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

Shades of Au Chico #995D53

Tints of Au Chico #995D53

RGB

 RED value IS 153 (60.16% from 255) = 46.5%

 GREEN value IS 93 (36.72% from 255) = 28.27%

 BLUE value IS 83 (32.81% from 255) = 25.23%

R = 46.5%
G = 28.27%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.46

 K value IS 0.4

RGB Variations

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

Color information

#995D53 (or 0x995D53) is known color: Au Chico. HEX triplet: 99, 5D and 53. RGB value is (153,93,83). Sum of RGB (Red+Green+Blue) = 153+93+83=329 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.50% from 329); Green value is 93 (36.72% from 255 or 28.27% from 329); Blue value is 83 (32.81% from 255 or 25.23% from 329); Max value from RGB is 153 - color contains mainly: red. Hex color #995D53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995D53 is #66A2AC. Grayscale: #6D6D6D. Windows color (decimal): -6726317 or 5463449. OLE color: 5463449.

HSL color Cylindrical-coordinate representation of color #995D53: hue angle of 8.57º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #995D53 is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 93 83 -
CMYK 0 0.39 0.46 0.4
HSL 8.57º 0.3% 0.46% -
HSV(B) 8.57º 0.46% 0.6% -
XYZ 18.61 15.23 10.14 -
YUV 109.8 112.88 158.81 -
System Red Green Blue C M Y K H S L
Decimal 153 93 83 0 0.39 0.46 0.4 8.57 0.3 0.46
Hex 99 5D 53 0 27 2E 28 9 1E 2E
Octal 231 135 123 0 47 56 50 11 36 56
Binary 10011001 1011101 1010011 0 100111 101110 101000 1001 11110 101110

Color Harmonies of #995D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995D53

Black with #995D53

Text Example


Text Example

White with #995D53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995D53; }

 p { color: rgb(153,93,83); }

 H1.HeaderClassName
 {
   color: #995D53;
 }
 .AnyTagClassName
 {
   color: #995D53;
 }
</style>

background-color css

<style>
 a { background-color: #995D53; }

 a { background-color: rgb(153,93,83); }

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

border-color css

<style>
 span { border-color: #995D53; }

 span { border-color: rgb(153,93,83); }

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