Html Css Color HEX #9F594F Crail

📋 copy color: '#9F594F'

red 159 ◦ green 89 ◦ blue 79

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

Shades of Crail #9F594F

Tints of Crail #9F594F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 24.16%

R = 48.62%
G = 27.22%
B = 24.16%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.50

 K value IS 0.38

RGB Variations

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

Color information

#9F594F (or 0x9F594F) is known color: Crail. HEX triplet: 9F, 59 and 4F. RGB value is (159,89,79). Sum of RGB (Red+Green+Blue) = 159+89+79=327 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.62% from 327); Green value is 89 (35.16% from 255 or 27.22% from 327); Blue value is 79 (31.25% from 255 or 24.16% from 327); Max value from RGB is 159 - color contains mainly: red. Hex color #9F594F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F594F is #60A6B0. Grayscale: #6C6C6C. Windows color (decimal): -6334129 or 5200287. OLE color: 5200287.

HSL color Cylindrical-coordinate representation of color #9F594F: hue angle of 7.5º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9F594F is Cyan = 0, Magento = 0.44, Yellow = 0.50 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 89 79 -
CMYK 0 0.44 0.50 0.38
HSL 7.5º 0.34% 0.47% -
HSV(B) 7.5º 0.5% 0.62% -
XYZ 19.28 15.08 9.29 -
YUV 108.79 111.19 163.81 -
System Red Green Blue C M Y K H S L
Decimal 159 89 79 0 0.44 0.50 0.38 7.5 0.34 0.47
Hex 9F 59 4F 0 2C 32 26 8 22 2F
Octal 237 131 117 0 54 62 46 10 42 57
Binary 10011111 1011001 1001111 0 101100 110010 100110 1000 100010 101111

Color Harmonies of #9F594F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F594F

Black with #9F594F

Text Example


Text Example

White with #9F594F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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