Html Css Color HEX #9F594B Crail

📋 copy color: '#9F594B'

red 159 ◦ green 89 ◦ blue 75

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

Shades of Crail #9F594B

Tints of Crail #9F594B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 23.22%

R = 49.23%
G = 27.55%
B = 23.22%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.53

 K value IS 0.38

RGB Variations

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

Color information

#9F594B (or 0x9F594B) is known color: Crail. HEX triplet: 9F, 59 and 4B. RGB value is (159,89,75). Sum of RGB (Red+Green+Blue) = 159+89+75=323 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.23% from 323); Green value is 89 (35.16% from 255 or 27.55% from 323); Blue value is 75 (29.69% from 255 or 23.22% from 323); Max value from RGB is 159 - color contains mainly: red. Hex color #9F594B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F594B is #60A6B4. Grayscale: #6C6C6C. Windows color (decimal): -6334133 or 4938143. OLE color: 4938143.

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

Color convert

RGB 159 89 75 -
CMYK 0 0.44 0.53 0.38
HSL 10º 0.36% 0.46% -
HSV(B) 10º 0.53% 0.62% -
XYZ 19.14 15.02 8.55 -
YUV 108.33 109.19 164.14 -
System Red Green Blue C M Y K H S L
Decimal 159 89 75 0 0.44 0.53 0.38 10 0.36 0.46
Hex 9F 59 4B 0 2C 35 26 A 24 2E
Octal 237 131 113 0 54 65 46 12 44 56
Binary 10011111 1011001 1001011 0 101100 110101 100110 1010 100100 101110

Color Harmonies of #9F594B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F594B

Black with #9F594B

Text Example


Text Example

White with #9F594B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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