#9B3F25

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

Shades of Tia Maria #9B3F25

Tints of Tia Maria #9B3F25

Color information

#9B3F25 (or 0x9B3F25) is unknown color: approx Tia Maria. HEX triplet: 9B, 3F and 25. RGB value is (155,63,37). Sum of RGB (Red+Green+Blue) = 155+63+37=255 (33% of max value = 765). Red value is 155 (60.94% from 255 or 60.78% from 255); Green value is 63 (25% from 255 or 24.71% from 255); Blue value is 37 (14.84% from 255 or 14.51% from 255); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3F25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B3F25 is #64C0DA. Grayscale: #575757. Windows color (decimal): -6602971 or 2441115. OLE color: 2441115.

HSL color Cylindrical-coordinate representation of color #9B3F25: hue angle of 13.22º 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 #9B3F25 is Cyan = 0, Magento = 0.59, Yellow = 0.76 and Black (K on CMYK) = 0.39.

Color convert

RGB1556337-
CMYK00.590.760.39
HSL13.22º61.46%37.65%-
HSV(B)13.22º76.13%60.78%-
XYZ15.6310.662.98-
YUV87.5499.48176.11-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 60.78%
GREEN value IS 63 (25% from 255) = 24.71%
BLUE value IS 37 (14.84% from 255) = 14.51%
R=60.78%
G=24.71%
B=14.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.76
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155633700.590.760.3913.2261.4637.65
Hex9B3F2503B4C27d3d26
Octal233774507311447157546
Binary10011011111111100101011101110011001001111101111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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