Html Css Color HEX #9F554D Crail

📋 copy color: '#9F554D'

red 159 ◦ green 85 ◦ blue 77

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

Shades of Crail #9F554D

Tints of Crail #9F554D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.48%

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

R = 49.53%
G = 26.48%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.52

 K value IS 0.38

RGB Variations

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

Color information

#9F554D (or 0x9F554D) is known color: Crail. HEX triplet: 9F, 55 and 4D. RGB value is (159,85,77). Sum of RGB (Red+Green+Blue) = 159+85+77=321 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.53% from 321); Green value is 85 (33.59% from 255 or 26.48% from 321); Blue value is 77 (30.47% from 255 or 23.99% from 321); Max value from RGB is 159 - color contains mainly: red. Hex color #9F554D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F554D is #60AAB2. Grayscale: #6A6A6A. Windows color (decimal): -6335155 or 5068191. OLE color: 5068191.

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

Color convert

RGB 159 85 77 -
CMYK 0 0.47 0.52 0.38
HSL 5.85º 0.35% 0.46% -
HSV(B) 5.85º 0.52% 0.62% -
XYZ 18.89 14.4 8.81 -
YUV 106.21 111.52 165.65 -
System Red Green Blue C M Y K H S L
Decimal 159 85 77 0 0.47 0.52 0.38 5.85 0.35 0.46
Hex 9F 55 4D 0 2F 34 26 6 23 2E
Octal 237 125 115 0 57 64 46 6 43 56
Binary 10011111 1010101 1001101 0 101111 110100 100110 110 100011 101110

Color Harmonies of #9F554D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F554D

Black with #9F554D

Text Example


Text Example

White with #9F554D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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