Html Css Color HEX #9D5D4D Crail

📋 copy color: '#9D5D4D'

red 157 ◦ green 93 ◦ blue 77

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

Shades of Crail #9D5D4D

Tints of Crail #9D5D4D

RGB

 RED value IS 157 (61.72% from 255) = 48.01%

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

 BLUE value IS 77 (30.47% from 255) = 23.55%

R = 48.01%
G = 28.44%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.51

 K value IS 0.38

RGB Variations

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

Color information

#9D5D4D (or 0x9D5D4D) is known color: Crail. HEX triplet: 9D, 5D and 4D. RGB value is (157,93,77). Sum of RGB (Red+Green+Blue) = 157+93+77=327 (43% of max value = 765). Red value is 157 (61.72% from 255 or 48.01% from 327); Green value is 93 (36.72% from 255 or 28.44% from 327); Blue value is 77 (30.47% from 255 or 23.55% from 327); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5D4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D5D4D is #62A2B2. Grayscale: #6E6E6E. Windows color (decimal): -6464179 or 5070237. OLE color: 5070237.

HSL color Cylindrical-coordinate representation of color #9D5D4D: hue angle of 12º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9D5D4D is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 93 77 -
CMYK 0 0.41 0.51 0.38
HSL 12º 0.34% 0.46% -
HSV(B) 12º 0.51% 0.62% -
XYZ 19.16 15.53 9.01 -
YUV 110.31 109.2 161.3 -
System Red Green Blue C M Y K H S L
Decimal 157 93 77 0 0.41 0.51 0.38 12 0.34 0.46
Hex 9D 5D 4D 0 29 33 26 C 22 2E
Octal 235 135 115 0 51 63 46 14 42 56
Binary 10011101 1011101 1001101 0 101001 110011 100110 1100 100010 101110

Color Harmonies of #9D5D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D5D4D

Black with #9D5D4D

Text Example


Text Example

White with #9D5D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,93,77); }

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

background-color css

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

 a { background-color: rgb(157,93,77); }

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

border-color css

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

 span { border-color: rgb(157,93,77); }

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