Html Css Color HEX #9C553A Sepia

📋 copy color: '#9C553A'

red 156 ◦ green 85 ◦ blue 58

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

Shades of Sepia #9C553A

Tints of Sepia #9C553A

RGB

 RED value IS 156 (61.33% from 255) = 52.17%

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

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

R = 52.17%
G = 28.43%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.63

 K value IS 0.39

RGB Variations

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

Color information

#9C553A (or 0x9C553A) is known color: Sepia. HEX triplet: 9C, 55 and 3A. RGB value is (156,85,58). Sum of RGB (Red+Green+Blue) = 156+85+58=299 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52.17% from 299); Green value is 85 (33.59% from 255 or 28.43% from 299); Blue value is 58 (23.05% from 255 or 19.40% from 299); Max value from RGB is 156 - color contains mainly: red. Hex color #9C553A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C553A is #63AAC5. Grayscale: #676767. Windows color (decimal): -6531782 or 3823004. OLE color: 3823004.

HSL color Cylindrical-coordinate representation of color #9C553A: hue angle of 16.53º 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 #9C553A is Cyan = 0, Magento = 0.46, Yellow = 0.63 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 85 58 -
CMYK 0 0.46 0.63 0.39
HSL 16.53º 0.46% 0.42% -
HSV(B) 16.53º 0.63% 0.61% -
XYZ 17.72 13.87 5.75 -
YUV 103.15 102.52 165.7 -
System Red Green Blue C M Y K H S L
Decimal 156 85 58 0 0.46 0.63 0.39 16.53 0.46 0.42
Hex 9C 55 3A 0 2E 3F 27 11 2E 2A
Octal 234 125 72 0 56 77 47 21 56 52
Binary 10011100 1010101 111010 0 101110 111111 100111 10001 101110 101010

Color Harmonies of #9C553A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C553A

Black with #9C553A

Text Example


Text Example

White with #9C553A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,85,58); }

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

background-color css

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

 a { background-color: rgb(156,85,58); }

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

border-color css

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

 span { border-color: rgb(156,85,58); }

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