Html Css Color HEX #9B553E Sepia

📋 copy color: '#9B553E'

red 155 ◦ green 85 ◦ blue 62

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

Shades of Sepia #9B553E

Tints of Sepia #9B553E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.15%

 BLUE value IS 62 (24.61% from 255) = 20.53%

R = 51.32%
G = 28.15%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.6

 K value IS 0.39

RGB Variations

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

Color information

#9B553E (or 0x9B553E) is known color: Sepia. HEX triplet: 9B, 55 and 3E. RGB value is (155,85,62). Sum of RGB (Red+Green+Blue) = 155+85+62=302 (40% of max value = 765). Red value is 155 (60.94% from 255 or 51.32% from 302); Green value is 85 (33.59% from 255 or 28.15% from 302); Blue value is 62 (24.61% from 255 or 20.53% from 302); Max value from RGB is 155 - color contains mainly: red. Hex color #9B553E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B553E is #64AAC1. Grayscale: #676767. Windows color (decimal): -6597314 or 4085147. OLE color: 4085147.

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

Color convert

RGB 155 85 62 -
CMYK 0 0.45 0.6 0.39
HSL 14.84º 0.43% 0.43% -
HSV(B) 14.84º 0.6% 0.61% -
XYZ 17.64 13.81 6.29 -
YUV 103.31 104.69 164.87 -
System Red Green Blue C M Y K H S L
Decimal 155 85 62 0 0.45 0.6 0.39 14.84 0.43 0.43
Hex 9B 55 3E 0 2D 3C 27 F 2B 2B
Octal 233 125 76 0 55 74 47 17 53 53
Binary 10011011 1010101 111110 0 101101 111100 100111 1111 101011 101011

Color Harmonies of #9B553E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B553E

Black with #9B553E

Text Example


Text Example

White with #9B553E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,85,62); }

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

background-color css

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

 a { background-color: rgb(155,85,62); }

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

border-color css

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

 span { border-color: rgb(155,85,62); }

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