Html Css Color HEX #9B5D4C Sepia

📋 copy color: '#9B5D4C'

red 155 ◦ green 93 ◦ blue 76

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

Shades of Sepia #9B5D4C

Tints of Sepia #9B5D4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 23.46%

R = 47.84%
G = 28.7%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.51

 K value IS 0.39

RGB Variations

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

Color information

#9B5D4C (or 0x9B5D4C) is known color: Sepia. HEX triplet: 9B, 5D and 4C. RGB value is (155,93,76). Sum of RGB (Red+Green+Blue) = 155+93+76=324 (42% of max value = 765). Red value is 155 (60.94% from 255 or 47.84% from 324); Green value is 93 (36.72% from 255 or 28.70% from 324); Blue value is 76 (30.08% from 255 or 23.46% from 324); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5D4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5D4C is #64A2B3. Grayscale: #6D6D6D. Windows color (decimal): -6595252 or 5004699. OLE color: 5004699.

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

Color convert

RGB 155 93 76 -
CMYK 0 0.4 0.51 0.39
HSL 12.91º 0.34% 0.45% -
HSV(B) 12.91º 0.51% 0.61% -
XYZ 18.74 15.32 8.81 -
YUV 109.6 109.04 160.38 -
System Red Green Blue C M Y K H S L
Decimal 155 93 76 0 0.4 0.51 0.39 12.91 0.34 0.45
Hex 9B 5D 4C 0 28 33 27 D 22 2D
Octal 233 135 114 0 50 63 47 15 42 55
Binary 10011011 1011101 1001100 0 101000 110011 100111 1101 100010 101101

Color Harmonies of #9B5D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5D4C

Black with #9B5D4C

Text Example


Text Example

White with #9B5D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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