Html Css Color HEX #9C5A44 Sepia

📋 copy color: '#9C5A44'

red 156 ◦ green 90 ◦ blue 68

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

Shades of Sepia #9C5A44

Tints of Sepia #9C5A44

RGB

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

 GREEN value IS 90 (35.55% from 255) = 28.66%

 BLUE value IS 68 (26.95% from 255) = 21.66%

R = 49.68%
G = 28.66%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.56

 K value IS 0.39

RGB Variations

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

Color information

#9C5A44 (or 0x9C5A44) is known color: Sepia. HEX triplet: 9C, 5A and 44. RGB value is (156,90,68). Sum of RGB (Red+Green+Blue) = 156+90+68=314 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.68% from 314); Green value is 90 (35.55% from 255 or 28.66% from 314); Blue value is 68 (26.95% from 255 or 21.66% from 314); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5A44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C5A44 is #63A5BB. Grayscale: #6B6B6B. Windows color (decimal): -6530492 or 4479644. OLE color: 4479644.

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

Color convert

RGB 156 90 68 -
CMYK 0 0.42 0.56 0.39
HSL 15º 0.39% 0.44% -
HSV(B) 15º 0.56% 0.61% -
XYZ 18.41 14.8 7.35 -
YUV 107.23 105.87 162.79 -
System Red Green Blue C M Y K H S L
Decimal 156 90 68 0 0.42 0.56 0.39 15 0.39 0.44
Hex 9C 5A 44 0 2A 38 27 F 27 2C
Octal 234 132 104 0 52 70 47 17 47 54
Binary 10011100 1011010 1000100 0 101010 111000 100111 1111 100111 101100

Color Harmonies of #9C5A44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5A44

Black with #9C5A44

Text Example


Text Example

White with #9C5A44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,90,68); }

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

background-color css

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

 a { background-color: rgb(156,90,68); }

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

border-color css

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

 span { border-color: rgb(156,90,68); }

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