Html Css Color HEX #9F5A4D Crail

📋 copy color: '#9F5A4D'

red 159 ◦ green 90 ◦ blue 77

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

Shades of Crail #9F5A4D

Tints of Crail #9F5A4D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.61%

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

R = 48.77%
G = 27.61%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.52

 K value IS 0.38

RGB Variations

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

Color information

#9F5A4D (or 0x9F5A4D) is known color: Crail. HEX triplet: 9F, 5A and 4D. RGB value is (159,90,77). Sum of RGB (Red+Green+Blue) = 159+90+77=326 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.77% from 326); Green value is 90 (35.55% from 255 or 27.61% from 326); Blue value is 77 (30.47% from 255 or 23.62% from 326); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5A4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5A4D is #60A5B2. Grayscale: #6D6D6D. Windows color (decimal): -6333875 or 5069471. OLE color: 5069471.

HSL color Cylindrical-coordinate representation of color #9F5A4D: hue angle of 9.51º 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 #9F5A4D is Cyan = 0, Magento = 0.43, Yellow = 0.52 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 90 77 -
CMYK 0 0.43 0.52 0.38
HSL 9.51º 0.35% 0.46% -
HSV(B) 9.51º 0.52% 0.62% -
XYZ 19.29 15.22 8.94 -
YUV 109.15 109.86 163.56 -
System Red Green Blue C M Y K H S L
Decimal 159 90 77 0 0.43 0.52 0.38 9.51 0.35 0.46
Hex 9F 5A 4D 0 2B 34 26 A 23 2E
Octal 237 132 115 0 53 64 46 12 43 56
Binary 10011111 1011010 1001101 0 101011 110100 100110 1010 100011 101110

Color Harmonies of #9F5A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5A4D

Black with #9F5A4D

Text Example


Text Example

White with #9F5A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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