Html Css Color HEX #9F5944 Sepia

📋 copy color: '#9F5944'

red 159 ◦ green 89 ◦ blue 68

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

Shades of Sepia #9F5944

Tints of Sepia #9F5944

RGB

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

 GREEN value IS 89 (35.16% from 255) = 28.16%

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

R = 50.32%
G = 28.16%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.57

 K value IS 0.38

RGB Variations

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

Color information

#9F5944 (or 0x9F5944) is known color: Sepia. HEX triplet: 9F, 59 and 44. RGB value is (159,89,68). Sum of RGB (Red+Green+Blue) = 159+89+68=316 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.32% from 316); Green value is 89 (35.16% from 255 or 28.16% from 316); Blue value is 68 (26.95% from 255 or 21.52% from 316); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5944 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F5944 is #60A6BB. Grayscale: #6B6B6B. Windows color (decimal): -6334140 or 4479391. OLE color: 4479391.

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

Color convert

RGB 159 89 68 -
CMYK 0 0.44 0.57 0.38
HSL 13.85º 0.4% 0.45% -
HSV(B) 13.85º 0.57% 0.62% -
XYZ 18.91 14.93 7.35 -
YUV 107.54 105.69 164.71 -
System Red Green Blue C M Y K H S L
Decimal 159 89 68 0 0.44 0.57 0.38 13.85 0.4 0.45
Hex 9F 59 44 0 2C 39 26 E 28 2D
Octal 237 131 104 0 54 71 46 16 50 55
Binary 10011111 1011001 1000100 0 101100 111001 100110 1110 101000 101101

Color Harmonies of #9F5944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5944

Black with #9F5944

Text Example


Text Example

White with #9F5944

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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