Html Css Color HEX #9F5544 Crail

📋 copy color: '#9F5544'

red 159 ◦ green 85 ◦ blue 68

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

Shades of Crail #9F5544

Tints of Crail #9F5544

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 21.79%

R = 50.96%
G = 27.24%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.57

 K value IS 0.38

RGB Variations

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

Color information

#9F5544 (or 0x9F5544) is known color: Crail. HEX triplet: 9F, 55 and 44. RGB value is (159,85,68). Sum of RGB (Red+Green+Blue) = 159+85+68=312 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.96% from 312); Green value is 85 (33.59% from 255 or 27.24% from 312); Blue value is 68 (26.95% from 255 or 21.79% from 312); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5544 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F5544 is #60AABB. Grayscale: #696969. Windows color (decimal): -6335164 or 4478367. OLE color: 4478367.

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

Color convert

RGB 159 85 68 -
CMYK 0 0.47 0.57 0.38
HSL 11.21º 0.4% 0.45% -
HSV(B) 11.21º 0.57% 0.62% -
XYZ 18.59 14.29 7.25 -
YUV 105.19 107.02 166.38 -
System Red Green Blue C M Y K H S L
Decimal 159 85 68 0 0.47 0.57 0.38 11.21 0.4 0.45
Hex 9F 55 44 0 2F 39 26 B 28 2D
Octal 237 125 104 0 57 71 46 13 50 55
Binary 10011111 1010101 1000100 0 101111 111001 100110 1011 101000 101101

Color Harmonies of #9F5544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5544

Black with #9F5544

Text Example


Text Example

White with #9F5544

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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