#9B3D1C

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

Shades of Tia Maria #9B3D1C

Tints of Tia Maria #9B3D1C

Color information

#9B3D1C (or 0x9B3D1C) is unknown color: approx Tia Maria. HEX triplet: 9B, 3D and 1C. RGB value is (155,61,28). Sum of RGB (Red+Green+Blue) = 155+61+28=244 (32% of max value = 765). Red value is 155 (60.94% from 255 or 63.52% from 244); Green value is 61 (24.22% from 255 or 25% from 244); Blue value is 28 (11.33% from 255 or 11.48% from 244); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3D1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B3D1C is #64C2E3. Grayscale: #555555. Windows color (decimal): -6603492 or 1850779. OLE color: 1850779.

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

Color convert

RGB1556128-
CMYK00.610.820.39
HSL15.59º69.4%35.88%-
HSV(B)15.59º81.94%60.78%-
XYZ15.410.392.29-
YUV85.3495.64177.68-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 63.52%
GREEN value IS 61 (24.22% from 255) = 25%
BLUE value IS 28 (11.33% from 255) = 11.48%
R=63.52%
G=25%
B=11.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.82
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155612800.610.820.3915.5969.435.88
Hex9B3D1C03D5227104524
Octal2337534075122472010544
Binary100110111111011110001111011010010100111100001000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3D1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,61,28); }

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

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

 a { background-color: rgb(155,61,28); }

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

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

 span { border-color: rgb(155,61,28); }

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