#9C3827

Color #9C3827 Tia Maria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tia Maria #9C3827

Tints of Tia Maria #9C3827

Color information

#9C3827 (or 0x9C3827) is unknown color: approx Tia Maria. HEX triplet: 9C, 38 and 27. RGB value is (156,56,39). Sum of RGB (Red+Green+Blue) = 156+56+39=251 (33% of max value = 765). Red value is 156 (61.33% from 255 or 62.15% from 251); Green value is 56 (22.27% from 255 or 22.31% from 251); Blue value is 39 (15.62% from 255 or 15.54% from 251); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3827 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C3827 is #63C7D8. Grayscale: #545454. Windows color (decimal): -6539225 or 2570396. OLE color: 2570396.

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

Color convert

RGB1565639-
CMYK00.640.750.39
HSL8.72º60%38.24%-
HSV(B)8.72º75%61.18%-
XYZ15.4910.043.04-
YUV83.96102.63179.38-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 62.15%
GREEN value IS 56 (22.27% from 255) = 22.31%
BLUE value IS 39 (15.62% from 255) = 15.54%
R=62.15%
G=22.31%
B=15.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.75
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156563900.640.750.398.726038.24
Hex9C38270404B2793c26
Octal2347047010011347117446
Binary100111001110001001110100000010010111001111001111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C3827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,56,39); }

 H1.HeaderClassName
 {
   color: #9C3827;
 }
 .AnyTagClassName
 {
   color: #9C3827;
 }
</style>
background-color css

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

 a { background-color: rgb(156,56,39); }

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

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

 span { border-color: rgb(156,56,39); }

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