Html Css Color HEX #9F5B52 Crail

📋 copy color: '#9F5B52'

red 159 ◦ green 91 ◦ blue 82

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

Shades of Crail #9F5B52

Tints of Crail #9F5B52

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.41%

 BLUE value IS 82 (32.42% from 255) = 24.7%

R = 47.89%
G = 27.41%
B = 24.7%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.48

 K value IS 0.38

RGB Variations

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

Color information

#9F5B52 (or 0x9F5B52) is known color: Crail. HEX triplet: 9F, 5B and 52. RGB value is (159,91,82). Sum of RGB (Red+Green+Blue) = 159+91+82=332 (43% of max value = 765). Red value is 159 (62.5% from 255 or 47.89% from 332); Green value is 91 (35.94% from 255 or 27.41% from 332); Blue value is 82 (32.42% from 255 or 24.70% from 332); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5B52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5B52 is #60A4AD. Grayscale: #6E6E6E. Windows color (decimal): -6333614 or 5397407. OLE color: 5397407.

HSL color Cylindrical-coordinate representation of color #9F5B52: hue angle of 7.01º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9F5B52 is Cyan = 0, Magento = 0.43, Yellow = 0.48 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 91 82 -
CMYK 0 0.43 0.48 0.38
HSL 7.01º 0.32% 0.47% -
HSV(B) 7.01º 0.48% 0.62% -
XYZ 19.56 15.46 9.94 -
YUV 110.31 112.03 162.73 -
System Red Green Blue C M Y K H S L
Decimal 159 91 82 0 0.43 0.48 0.38 7.01 0.32 0.47
Hex 9F 5B 52 0 2B 30 26 7 20 2F
Octal 237 133 122 0 53 60 46 7 40 57
Binary 10011111 1011011 1010010 0 101011 110000 100110 111 100000 101111

Color Harmonies of #9F5B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5B52

Black with #9F5B52

Text Example


Text Example

White with #9F5B52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,91,82); }

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

background-color css

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

 a { background-color: rgb(159,91,82); }

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

border-color css

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

 span { border-color: rgb(159,91,82); }

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