Html Css Color HEX #9A5B49 Sepia

📋 copy color: '#9A5B49'

red 154 ◦ green 91 ◦ blue 73

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

Shades of Sepia #9A5B49

Tints of Sepia #9A5B49

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28.62%

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

R = 48.43%
G = 28.62%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.53

 K value IS 0.40

RGB Variations

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

Color information

#9A5B49 (or 0x9A5B49) is known color: Sepia. HEX triplet: 9A, 5B and 49. RGB value is (154,91,73). Sum of RGB (Red+Green+Blue) = 154+91+73=318 (42% of max value = 765). Red value is 154 (60.55% from 255 or 48.43% from 318); Green value is 91 (35.94% from 255 or 28.62% from 318); Blue value is 73 (28.91% from 255 or 22.96% from 318); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5B49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A5B49 is #65A4B6. Grayscale: #6B6B6B. Windows color (decimal): -6661303 or 4807578. OLE color: 4807578.

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

Color convert

RGB 154 91 73 -
CMYK 0 0.41 0.53 0.40
HSL 13.33º 0.36% 0.45% -
HSV(B) 13.33º 0.53% 0.6% -
XYZ 18.27 14.83 8.2 -
YUV 107.79 108.37 160.96 -
System Red Green Blue C M Y K H S L
Decimal 154 91 73 0 0.41 0.53 0.40 13.33 0.36 0.45
Hex 9A 5B 49 0 29 35 28 D 24 2D
Octal 232 133 111 0 51 65 50 15 44 55
Binary 10011010 1011011 1001001 0 101001 110101 101000 1101 100100 101101

Color Harmonies of #9A5B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A5B49

Black with #9A5B49

Text Example


Text Example

White with #9A5B49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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