Html Css Color HEX #9F5D4D Crail

📋 copy color: '#9F5D4D'

red 159 ◦ green 93 ◦ blue 77

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

Shades of Crail #9F5D4D

Tints of Crail #9F5D4D

RGB

 RED value IS 159 (62.5% from 255) = 48.33%

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

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

R = 48.33%
G = 28.27%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.52

 K value IS 0.38

RGB Variations

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

Color information

#9F5D4D (or 0x9F5D4D) is known color: Crail. HEX triplet: 9F, 5D and 4D. RGB value is (159,93,77). Sum of RGB (Red+Green+Blue) = 159+93+77=329 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.33% from 329); Green value is 93 (36.72% from 255 or 28.27% from 329); Blue value is 77 (30.47% from 255 or 23.40% from 329); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5D4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5D4D is #60A2B2. Grayscale: #6F6F6F. Windows color (decimal): -6333107 or 5070239. OLE color: 5070239.

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

Color convert

RGB 159 93 77 -
CMYK 0 0.42 0.52 0.38
HSL 11.71º 0.35% 0.46% -
HSV(B) 11.71º 0.52% 0.62% -
XYZ 19.55 15.74 9.03 -
YUV 110.91 108.87 162.3 -
System Red Green Blue C M Y K H S L
Decimal 159 93 77 0 0.42 0.52 0.38 11.71 0.35 0.46
Hex 9F 5D 4D 0 2A 34 26 C 23 2E
Octal 237 135 115 0 52 64 46 14 43 56
Binary 10011111 1011101 1001101 0 101010 110100 100110 1100 100011 101110

Color Harmonies of #9F5D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5D4D

Black with #9F5D4D

Text Example


Text Example

White with #9F5D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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