Html Css Color HEX #9F594C Crail

📋 copy color: '#9F594C'

red 159 ◦ green 89 ◦ blue 76

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

Shades of Crail #9F594C

Tints of Crail #9F594C

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.47%

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

R = 49.07%
G = 27.47%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.52

 K value IS 0.38

RGB Variations

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

Color information

#9F594C (or 0x9F594C) is known color: Crail. HEX triplet: 9F, 59 and 4C. RGB value is (159,89,76). Sum of RGB (Red+Green+Blue) = 159+89+76=324 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.07% from 324); Green value is 89 (35.16% from 255 or 27.47% from 324); Blue value is 76 (30.08% from 255 or 23.46% from 324); Max value from RGB is 159 - color contains mainly: red. Hex color #9F594C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F594C is #60A6B3. Grayscale: #6C6C6C. Windows color (decimal): -6334132 or 5003679. OLE color: 5003679.

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

Color convert

RGB 159 89 76 -
CMYK 0 0.44 0.52 0.38
HSL 9.4º 0.35% 0.46% -
HSV(B) 9.4º 0.52% 0.62% -
XYZ 19.17 15.04 8.73 -
YUV 108.45 109.69 164.06 -
System Red Green Blue C M Y K H S L
Decimal 159 89 76 0 0.44 0.52 0.38 9.4 0.35 0.46
Hex 9F 59 4C 0 2C 34 26 9 23 2E
Octal 237 131 114 0 54 64 46 11 43 56
Binary 10011111 1011001 1001100 0 101100 110100 100110 1001 100011 101110

Color Harmonies of #9F594C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F594C

Black with #9F594C

Text Example


Text Example

White with #9F594C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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