#9B3B25

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

Shades of Tia Maria #9B3B25

Tints of Tia Maria #9B3B25

Color information

#9B3B25 (or 0x9B3B25) is unknown color: approx Tia Maria. HEX triplet: 9B, 3B and 25. RGB value is (155,59,37). Sum of RGB (Red+Green+Blue) = 155+59+37=251 (33% of max value = 765). Red value is 155 (60.94% from 255 or 61.75% from 251); Green value is 59 (23.44% from 255 or 23.51% from 251); Blue value is 37 (14.84% from 255 or 14.74% from 251); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3B25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B3B25 is #64C4DA. Grayscale: #555555. Windows color (decimal): -6603995 or 2440091. OLE color: 2440091.

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

Color convert

RGB1555937-
CMYK00.620.760.39
HSL11.19º61.46%37.65%-
HSV(B)11.19º76.13%60.78%-
XYZ15.4210.232.91-
YUV85.2100.8177.79-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 61.75%
GREEN value IS 59 (23.44% from 255) = 23.51%
BLUE value IS 37 (14.84% from 255) = 14.74%
R=61.75%
G=23.51%
B=14.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.76
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155593700.620.760.3911.1961.4637.65
Hex9B3B2503E4C27b3d26
Octal233734507611447137546
Binary10011011111011100101011111010011001001111011111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,59,37); }

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

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

 a { background-color: rgb(155,59,37); }

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

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

 span { border-color: rgb(155,59,37); }

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