Html Css Color HEX #9B593A Sepia

📋 copy color: '#9B593A'

red 155 ◦ green 89 ◦ blue 58

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

Shades of Sepia #9B593A

Tints of Sepia #9B593A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 19.21%

R = 51.32%
G = 29.47%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.63

 K value IS 0.39

RGB Variations

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

Color information

#9B593A (or 0x9B593A) is known color: Sepia. HEX triplet: 9B, 59 and 3A. RGB value is (155,89,58). Sum of RGB (Red+Green+Blue) = 155+89+58=302 (40% of max value = 765). Red value is 155 (60.94% from 255 or 51.32% from 302); Green value is 89 (35.16% from 255 or 29.47% from 302); Blue value is 58 (23.05% from 255 or 19.21% from 302); Max value from RGB is 155 - color contains mainly: red. Hex color #9B593A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B593A is #64A6C5. Grayscale: #696969. Windows color (decimal): -6596294 or 3824027. OLE color: 3824027.

HSL color Cylindrical-coordinate representation of color #9B593A: hue angle of 19.18º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9B593A is Cyan = 0, Magento = 0.43, Yellow = 0.63 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 89 58 -
CMYK 0 0.43 0.63 0.39
HSL 19.18º 0.46% 0.42% -
HSV(B) 19.18º 0.63% 0.61% -
XYZ 17.85 14.42 5.85 -
YUV 105.2 101.37 163.52 -
System Red Green Blue C M Y K H S L
Decimal 155 89 58 0 0.43 0.63 0.39 19.18 0.46 0.42
Hex 9B 59 3A 0 2B 3F 27 13 2E 2A
Octal 233 131 72 0 53 77 47 23 56 52
Binary 10011011 1011001 111010 0 101011 111111 100111 10011 101110 101010

Color Harmonies of #9B593A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B593A

Black with #9B593A

Text Example


Text Example

White with #9B593A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,89,58); }

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

background-color css

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

 a { background-color: rgb(155,89,58); }

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

border-color css

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

 span { border-color: rgb(155,89,58); }

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