Html Css Color HEX #9B5D49 Sepia

📋 copy color: '#9B5D49'

red 155 ◦ green 93 ◦ blue 73

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

Shades of Sepia #9B5D49

Tints of Sepia #9B5D49

RGB

 RED value IS 155 (60.94% from 255) = 48.29%

 GREEN value IS 93 (36.72% from 255) = 28.97%

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

R = 48.29%
G = 28.97%
B = 22.74%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.53

 K value IS 0.39

RGB Variations

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

Color information

#9B5D49 (or 0x9B5D49) is known color: Sepia. HEX triplet: 9B, 5D and 49. RGB value is (155,93,73). Sum of RGB (Red+Green+Blue) = 155+93+73=321 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.29% from 321); Green value is 93 (36.72% from 255 or 28.97% from 321); Blue value is 73 (28.91% from 255 or 22.74% from 321); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5D49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5D49 is #64A2B6. Grayscale: #6D6D6D. Windows color (decimal): -6595255 or 4808091. OLE color: 4808091.

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

Color convert

RGB 155 93 73 -
CMYK 0 0.4 0.53 0.39
HSL 14.63º 0.36% 0.45% -
HSV(B) 14.63º 0.53% 0.61% -
XYZ 18.63 15.28 8.27 -
YUV 109.26 107.54 160.63 -
System Red Green Blue C M Y K H S L
Decimal 155 93 73 0 0.4 0.53 0.39 14.63 0.36 0.45
Hex 9B 5D 49 0 28 35 27 F 24 2D
Octal 233 135 111 0 50 65 47 17 44 55
Binary 10011011 1011101 1001001 0 101000 110101 100111 1111 100100 101101

Color Harmonies of #9B5D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5D49

Black with #9B5D49

Text Example


Text Example

White with #9B5D49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,93,73); }

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

background-color css

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

 a { background-color: rgb(155,93,73); }

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

border-color css

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

 span { border-color: rgb(155,93,73); }

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