Html Css Color HEX #9F5142 Crail

📋 copy color: '#9F5142'

red 159 ◦ green 81 ◦ blue 66

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

Shades of Crail #9F5142

Tints of Crail #9F5142

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.47%

 BLUE value IS 66 (26.17% from 255) = 21.57%

R = 51.96%
G = 26.47%
B = 21.57%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.58

 K value IS 0.38

RGB Variations

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

Color information

#9F5142 (or 0x9F5142) is known color: Crail. HEX triplet: 9F, 51 and 42. RGB value is (159,81,66). Sum of RGB (Red+Green+Blue) = 159+81+66=306 (40% of max value = 765). Red value is 159 (62.5% from 255 or 51.96% from 306); Green value is 81 (32.03% from 255 or 26.47% from 306); Blue value is 66 (26.17% from 255 or 21.57% from 306); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5142 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F5142 is #60AEBD. Grayscale: #666666. Windows color (decimal): -6336190 or 4346271. OLE color: 4346271.

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

Color convert

RGB 159 81 66 -
CMYK 0 0.49 0.58 0.38
HSL 9.68º 0.41% 0.44% -
HSV(B) 9.68º 0.58% 0.62% -
XYZ 18.22 13.65 6.83 -
YUV 102.61 107.34 168.22 -
System Red Green Blue C M Y K H S L
Decimal 159 81 66 0 0.49 0.58 0.38 9.68 0.41 0.44
Hex 9F 51 42 0 31 3A 26 A 29 2C
Octal 237 121 102 0 61 72 46 12 51 54
Binary 10011111 1010001 1000010 0 110001 111010 100110 1010 101001 101100

Color Harmonies of #9F5142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5142

Black with #9F5142

Text Example


Text Example

White with #9F5142

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,81,66); }

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

background-color css

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

 a { background-color: rgb(159,81,66); }

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

border-color css

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

 span { border-color: rgb(159,81,66); }

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