Html Css Color HEX #9F5B4A Crail

📋 copy color: '#9F5B4A'

red 159 ◦ green 91 ◦ blue 74

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

Shades of Crail #9F5B4A

Tints of Crail #9F5B4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 22.84%

R = 49.07%
G = 28.09%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.53

 K value IS 0.38

RGB Variations

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

Color information

#9F5B4A (or 0x9F5B4A) is known color: Crail. HEX triplet: 9F, 5B and 4A. RGB value is (159,91,74). Sum of RGB (Red+Green+Blue) = 159+91+74=324 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.07% from 324); Green value is 91 (35.94% from 255 or 28.09% from 324); Blue value is 74 (29.30% from 255 or 22.84% from 324); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5B4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F5B4A is #60A4B5. Grayscale: #6D6D6D. Windows color (decimal): -6333622 or 4873119. OLE color: 4873119.

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

Color convert

RGB 159 91 74 -
CMYK 0 0.43 0.53 0.38
HSL 12º 0.36% 0.46% -
HSV(B) 12º 0.53% 0.62% -
XYZ 19.28 15.35 8.43 -
YUV 109.39 108.03 163.38 -
System Red Green Blue C M Y K H S L
Decimal 159 91 74 0 0.43 0.53 0.38 12 0.36 0.46
Hex 9F 5B 4A 0 2B 35 26 C 24 2E
Octal 237 133 112 0 53 65 46 14 44 56
Binary 10011111 1011011 1001010 0 101011 110101 100110 1100 100100 101110

Color Harmonies of #9F5B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5B4A

Black with #9F5B4A

Text Example


Text Example

White with #9F5B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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