Html Css Color HEX #9A5949 Sepia

📋 copy color: '#9A5949'

red 154 ◦ green 89 ◦ blue 73

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

Shades of Sepia #9A5949

Tints of Sepia #9A5949

RGB

 RED value IS 154 (60.55% from 255) = 48.73%

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

 BLUE value IS 73 (28.91% from 255) = 23.1%

R = 48.73%
G = 28.16%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.53

 K value IS 0.40

RGB Variations

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

Color information

#9A5949 (or 0x9A5949) is known color: Sepia. HEX triplet: 9A, 59 and 49. RGB value is (154,89,73). Sum of RGB (Red+Green+Blue) = 154+89+73=316 (41% of max value = 765). Red value is 154 (60.55% from 255 or 48.73% from 316); Green value is 89 (35.16% from 255 or 28.16% from 316); Blue value is 73 (28.91% from 255 or 23.10% from 316); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5949 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A5949 is #65A6B6. Grayscale: #6A6A6A. Windows color (decimal): -6661815 or 4807066. OLE color: 4807066.

HSL color Cylindrical-coordinate representation of color #9A5949: hue angle of 11.85º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9A5949 is Cyan = 0, Magento = 0.42, Yellow = 0.53 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 89 73 -
CMYK 0 0.42 0.53 0.40
HSL 11.85º 0.36% 0.45% -
HSV(B) 11.85º 0.53% 0.6% -
XYZ 18.1 14.5 8.15 -
YUV 106.61 109.03 161.8 -
System Red Green Blue C M Y K H S L
Decimal 154 89 73 0 0.42 0.53 0.40 11.85 0.36 0.45
Hex 9A 59 49 0 2A 35 28 C 24 2D
Octal 232 131 111 0 52 65 50 14 44 55
Binary 10011010 1011001 1001001 0 101010 110101 101000 1100 100100 101101

Color Harmonies of #9A5949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A5949

Black with #9A5949

Text Example


Text Example

White with #9A5949

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,89,73); }

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

background-color css

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

 a { background-color: rgb(154,89,73); }

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

border-color css

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

 span { border-color: rgb(154,89,73); }

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