Html Css Color HEX #9C5D54 Au Chico

📋 copy color: '#9C5D54'

red 156 ◦ green 93 ◦ blue 84

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

Shades of Au Chico #9C5D54

Tints of Au Chico #9C5D54

RGB

 RED value IS 156 (61.33% from 255) = 46.85%

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

 BLUE value IS 84 (33.2% from 255) = 25.23%

R = 46.85%
G = 27.93%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.46

 K value IS 0.39

RGB Variations

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

Color information

#9C5D54 (or 0x9C5D54) is known color: Au Chico. HEX triplet: 9C, 5D and 54. RGB value is (156,93,84). Sum of RGB (Red+Green+Blue) = 156+93+84=333 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.85% from 333); Green value is 93 (36.72% from 255 or 27.93% from 333); Blue value is 84 (33.20% from 255 or 25.23% from 333); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5D54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5D54 is #63A2AB. Grayscale: #6E6E6E. Windows color (decimal): -6529708 or 5528988. OLE color: 5528988.

HSL color Cylindrical-coordinate representation of color #9C5D54: hue angle of 7.5º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9C5D54 is Cyan = 0, Magento = 0.40, Yellow = 0.46 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 93 84 -
CMYK 0 0.40 0.46 0.39
HSL 7.5º 0.3% 0.47% -
HSV(B) 7.5º 0.46% 0.61% -
XYZ 19.22 15.54 10.37 -
YUV 110.81 112.87 160.23 -
System Red Green Blue C M Y K H S L
Decimal 156 93 84 0 0.40 0.46 0.39 7.5 0.3 0.47
Hex 9C 5D 54 0 28 2E 27 8 1E 2F
Octal 234 135 124 0 50 56 47 10 36 57
Binary 10011100 1011101 1010100 0 101000 101110 100111 1000 11110 101111

Color Harmonies of #9C5D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5D54

Black with #9C5D54

Text Example


Text Example

White with #9C5D54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C5D54; }

 p { color: rgb(156,93,84); }

 H1.HeaderClassName
 {
   color: #9C5D54;
 }
 .AnyTagClassName
 {
   color: #9C5D54;
 }
</style>

background-color css

<style>
 a { background-color: #9C5D54; }

 a { background-color: rgb(156,93,84); }

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

border-color css

<style>
 span { border-color: #9C5D54; }

 span { border-color: rgb(156,93,84); }

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