Html Css Color HEX #9F5041 Crail

📋 copy color: '#9F5041'

red 159 ◦ green 80 ◦ blue 65

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

Shades of Crail #9F5041

Tints of Crail #9F5041

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.32%

 BLUE value IS 65 (25.78% from 255) = 21.38%

R = 52.3%
G = 26.32%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.59

 K value IS 0.38

RGB Variations

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

Color information

#9F5041 (or 0x9F5041) is known color: Crail. HEX triplet: 9F, 50 and 41. RGB value is (159,80,65). Sum of RGB (Red+Green+Blue) = 159+80+65=304 (40% of max value = 765). Red value is 159 (62.5% from 255 or 52.30% from 304); Green value is 80 (31.64% from 255 or 26.32% from 304); Blue value is 65 (25.78% from 255 or 21.38% from 304); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5041 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F5041 is #60AFBE. Grayscale: #666666. Windows color (decimal): -6336447 or 4280479. OLE color: 4280479.

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

Color convert

RGB 159 80 65 -
CMYK 0 0.50 0.59 0.38
HSL 9.57º 0.42% 0.44% -
HSV(B) 9.57º 0.59% 0.62% -
XYZ 18.12 13.49 6.65 -
YUV 101.91 107.17 168.72 -
System Red Green Blue C M Y K H S L
Decimal 159 80 65 0 0.50 0.59 0.38 9.57 0.42 0.44
Hex 9F 50 41 0 32 3B 26 A 2A 2C
Octal 237 120 101 0 62 73 46 12 52 54
Binary 10011111 1010000 1000001 0 110010 111011 100110 1010 101010 101100

Color Harmonies of #9F5041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5041

Black with #9F5041

Text Example


Text Example

White with #9F5041

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,80,65); }

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

background-color css

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

 a { background-color: rgb(159,80,65); }

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

border-color css

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

 span { border-color: rgb(159,80,65); }

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