Html Css Color HEX #9F5340 Sepia

📋 copy color: '#9F5340'

red 159 ◦ green 83 ◦ blue 64

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

Shades of Sepia #9F5340

Tints of Sepia #9F5340

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.12%

 BLUE value IS 64 (25.39% from 255) = 20.92%

R = 51.96%
G = 27.12%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.60

 K value IS 0.38

RGB Variations

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

Color information

#9F5340 (or 0x9F5340) is known color: Sepia. HEX triplet: 9F, 53 and 40. RGB value is (159,83,64). Sum of RGB (Red+Green+Blue) = 159+83+64=306 (40% of max value = 765). Red value is 159 (62.5% from 255 or 51.96% from 306); Green value is 83 (32.81% from 255 or 27.12% from 306); Blue value is 64 (25.39% from 255 or 20.92% from 306); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5340 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F5340 is #60ACBF. Grayscale: #676767. Windows color (decimal): -6335680 or 4215711. OLE color: 4215711.

HSL color Cylindrical-coordinate representation of color #9F5340: hue angle of 12º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9F5340 is Cyan = 0, Magento = 0.48, Yellow = 0.60 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 83 64 -
CMYK 0 0.48 0.60 0.38
HSL 12º 0.43% 0.44% -
HSV(B) 12º 0.6% 0.62% -
XYZ 18.32 13.93 6.57 -
YUV 103.56 105.68 167.54 -
System Red Green Blue C M Y K H S L
Decimal 159 83 64 0 0.48 0.60 0.38 12 0.43 0.44
Hex 9F 53 40 0 30 3C 26 C 2B 2C
Octal 237 123 100 0 60 74 46 14 53 54
Binary 10011111 1010011 1000000 0 110000 111100 100110 1100 101011 101100

Color Harmonies of #9F5340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5340

Black with #9F5340

Text Example


Text Example

White with #9F5340

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,83,64); }

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

background-color css

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

 a { background-color: rgb(159,83,64); }

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

border-color css

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

 span { border-color: rgb(159,83,64); }

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