Html Css Color HEX #9F574C Crail

📋 copy color: '#9F574C'

red 159 ◦ green 87 ◦ blue 76

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

Shades of Crail #9F574C

Tints of Crail #9F574C

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.02%

 BLUE value IS 76 (30.08% from 255) = 23.6%

R = 49.38%
G = 27.02%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.52

 K value IS 0.38

RGB Variations

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

Color information

#9F574C (or 0x9F574C) is known color: Crail. HEX triplet: 9F, 57 and 4C. RGB value is (159,87,76). Sum of RGB (Red+Green+Blue) = 159+87+76=322 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.38% from 322); Green value is 87 (34.38% from 255 or 27.02% from 322); Blue value is 76 (30.08% from 255 or 23.60% from 322); Max value from RGB is 159 - color contains mainly: red. Hex color #9F574C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F574C is #60A8B3. Grayscale: #6B6B6B. Windows color (decimal): -6334644 or 5003167. OLE color: 5003167.

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

Color convert

RGB 159 87 76 -
CMYK 0 0.45 0.52 0.38
HSL 7.95º 0.35% 0.46% -
HSV(B) 7.95º 0.52% 0.62% -
XYZ 19.01 14.71 8.67 -
YUV 107.27 110.35 164.89 -
System Red Green Blue C M Y K H S L
Decimal 159 87 76 0 0.45 0.52 0.38 7.95 0.35 0.46
Hex 9F 57 4C 0 2D 34 26 8 23 2E
Octal 237 127 114 0 55 64 46 10 43 56
Binary 10011111 1010111 1001100 0 101101 110100 100110 1000 100011 101110

Color Harmonies of #9F574C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F574C

Black with #9F574C

Text Example


Text Example

White with #9F574C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,87,76); }

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

background-color css

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

 a { background-color: rgb(159,87,76); }

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

border-color css

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

 span { border-color: rgb(159,87,76); }

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