Html Css Color HEX #9A5A49 Sepia

📋 copy color: '#9A5A49'

red 154 ◦ green 90 ◦ blue 73

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

Shades of Sepia #9A5A49

Tints of Sepia #9A5A49

RGB

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

 GREEN value IS 90 (35.55% from 255) = 28.39%

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

R = 48.58%
G = 28.39%
B = 23.03%

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

#9A5A49 (or 0x9A5A49) is known color: Sepia. HEX triplet: 9A, 5A and 49. RGB value is (154,90,73). Sum of RGB (Red+Green+Blue) = 154+90+73=317 (41% of max value = 765). Red value is 154 (60.55% from 255 or 48.58% from 317); Green value is 90 (35.55% from 255 or 28.39% from 317); Blue value is 73 (28.91% from 255 or 23.03% from 317); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5A49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A5A49 is #65A5B6. Grayscale: #6B6B6B. Windows color (decimal): -6661559 or 4807322. OLE color: 4807322.

HSL color Cylindrical-coordinate representation of color #9A5A49: hue angle of 12.59º 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 #9A5A49 is Cyan = 0, Magento = 0.42, Yellow = 0.53 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 90 73 -
CMYK 0 0.42 0.53 0.40
HSL 12.59º 0.36% 0.45% -
HSV(B) 12.59º 0.53% 0.6% -
XYZ 18.19 14.66 8.18 -
YUV 107.2 108.7 161.38 -
System Red Green Blue C M Y K H S L
Decimal 154 90 73 0 0.42 0.53 0.40 12.59 0.36 0.45
Hex 9A 5A 49 0 2A 35 28 D 24 2D
Octal 232 132 111 0 52 65 50 15 44 55
Binary 10011010 1011010 1001001 0 101010 110101 101000 1101 100100 101101

Color Harmonies of #9A5A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A5A49

Black with #9A5A49

Text Example


Text Example

White with #9A5A49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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