Html Css Color HEX #9F584D Crail

📋 copy color: '#9F584D'

red 159 ◦ green 88 ◦ blue 77

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

Shades of Crail #9F584D

Tints of Crail #9F584D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.16%

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

R = 49.07%
G = 27.16%
B = 23.77%

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

#9F584D (or 0x9F584D) is known color: Crail. HEX triplet: 9F, 58 and 4D. RGB value is (159,88,77). Sum of RGB (Red+Green+Blue) = 159+88+77=324 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.07% from 324); Green value is 88 (34.77% from 255 or 27.16% from 324); Blue value is 77 (30.47% from 255 or 23.77% from 324); Max value from RGB is 159 - color contains mainly: red. Hex color #9F584D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F584D is #60A7B2. Grayscale: #6C6C6C. Windows color (decimal): -6334387 or 5068959. OLE color: 5068959.

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

Color convert

RGB 159 88 77 -
CMYK 0 0.45 0.52 0.38
HSL 8.05º 0.35% 0.46% -
HSV(B) 8.05º 0.52% 0.62% -
XYZ 19.13 14.89 8.89 -
YUV 107.98 110.52 164.39 -
System Red Green Blue C M Y K H S L
Decimal 159 88 77 0 0.45 0.52 0.38 8.05 0.35 0.46
Hex 9F 58 4D 0 2D 34 26 8 23 2E
Octal 237 130 115 0 55 64 46 10 43 56
Binary 10011111 1011000 1001101 0 101101 110100 100110 1000 100011 101110

Color Harmonies of #9F584D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F584D

Black with #9F584D

Text Example


Text Example

White with #9F584D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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