#9C3823

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

Shades of Tia Maria #9C3823

Tints of Tia Maria #9C3823

Color information

#9C3823 (or 0x9C3823) is unknown color: approx Tia Maria. HEX triplet: 9C, 38 and 23. RGB value is (156,56,35). Sum of RGB (Red+Green+Blue) = 156+56+35=247 (32% of max value = 765). Red value is 156 (61.33% from 255 or 63.16% from 247); Green value is 56 (22.27% from 255 or 22.67% from 247); Blue value is 35 (14.06% from 255 or 14.17% from 247); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3823 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C3823 is #63C7DC. Grayscale: #535353. Windows color (decimal): -6539229 or 2308252. OLE color: 2308252.

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

Color convert

RGB1565635-
CMYK00.640.780.39
HSL10.41º63.35%37.45%-
HSV(B)10.41º77.56%61.18%-
XYZ15.4310.022.71-
YUV83.51100.63179.71-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 63.16%
GREEN value IS 56 (22.27% from 255) = 22.67%
BLUE value IS 35 (14.06% from 255) = 14.17%
R=63.16%
G=22.67%
B=14.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.78
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156563500.640.780.3910.4163.3537.45
Hex9C38230404E27a3f25
Octal2347043010011647127745
Binary100111001110001000110100000010011101001111010111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C3823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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