#9b3c2b

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

Shades of Tia Maria #9B3C2B

Tints of Tia Maria #9B3C2B

Color information

#9B3C2B (or 0x9B3C2B) is unknown color: approx Tia Maria. HEX triplet: 9B, 3C and 2B. RGB value is (155,60,43). Sum of RGB (Red+Green+Blue) = 155+60+43=258 (34% of max value = 765). Red value is 155 (60.94% from 255 or 60.08% from 258); Green value is 60 (23.83% from 255 or 23.26% from 258); Blue value is 43 (17.19% from 255 or 16.67% from 258); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3C2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B3C2B is #64C3D4. Grayscale: #565656. Windows color (decimal): -6603733 or 2833563. OLE color: 2833563.

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

Color convert

RGB1556043-
CMYK00.610.720.39
HSL9.11º56.57%38.82%-
HSV(B)9.11º72.26%60.78%-
XYZ15.5710.373.47-
YUV86.47103.47176.88-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 60.08%
GREEN value IS 60 (23.83% from 255) = 23.26%
BLUE value IS 43 (17.19% from 255) = 16.67%
R=60.08%
G=23.26%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.72
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155604300.610.720.399.1156.5738.82
Hex9B3C2B03D482793927
Octal233745307511047117147
Binary10011011111100101011011110110010001001111001111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9b3c2b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,60,43); }

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

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

 a { background-color: rgb(155,60,43); }

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

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

 span { border-color: rgb(155,60,43); }

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