Html Css Color HEX #9F5845 Sepia

📋 copy color: '#9F5845'

red 159 ◦ green 88 ◦ blue 69

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

Shades of Sepia #9F5845

Tints of Sepia #9F5845

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.85%

 BLUE value IS 69 (27.34% from 255) = 21.84%

R = 50.32%
G = 27.85%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.57

 K value IS 0.38

RGB Variations

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

Color information

#9F5845 (or 0x9F5845) is known color: Sepia. HEX triplet: 9F, 58 and 45. RGB value is (159,88,69). Sum of RGB (Red+Green+Blue) = 159+88+69=316 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.32% from 316); Green value is 88 (34.77% from 255 or 27.85% from 316); Blue value is 69 (27.34% from 255 or 21.84% from 316); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5845 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F5845 is #60A7BA. Grayscale: #6B6B6B. Windows color (decimal): -6334395 or 4544671. OLE color: 4544671.

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

Color convert

RGB 159 88 69 -
CMYK 0 0.45 0.57 0.38
HSL 12.67º 0.39% 0.45% -
HSV(B) 12.67º 0.57% 0.62% -
XYZ 18.86 14.78 7.49 -
YUV 107.06 106.52 165.04 -
System Red Green Blue C M Y K H S L
Decimal 159 88 69 0 0.45 0.57 0.38 12.67 0.39 0.45
Hex 9F 58 45 0 2D 39 26 D 27 2D
Octal 237 130 105 0 55 71 46 15 47 55
Binary 10011111 1011000 1000101 0 101101 111001 100110 1101 100111 101101

Color Harmonies of #9F5845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5845

Black with #9F5845

Text Example


Text Example

White with #9F5845

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,88,69); }

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

background-color css

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

 a { background-color: rgb(159,88,69); }

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

border-color css

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

 span { border-color: rgb(159,88,69); }

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