#9B3928

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

Shades of Tia Maria #9B3928

Tints of Tia Maria #9B3928

Color information

#9B3928 (or 0x9B3928) is unknown color: approx Tia Maria. HEX triplet: 9B, 39 and 28. RGB value is (155,57,40). Sum of RGB (Red+Green+Blue) = 155+57+40=252 (33% of max value = 765). Red value is 155 (60.94% from 255 or 61.51% from 252); Green value is 57 (22.66% from 255 or 22.62% from 252); Blue value is 40 (16.02% from 255 or 15.87% from 252); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3928 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B3928 is #64C6D7. Grayscale: #545454. Windows color (decimal): -6604504 or 2636187. OLE color: 2636187.

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

Color convert

RGB1555740-
CMYK00.630.740.39
HSL8.87º58.97%38.24%-
HSV(B)8.87º74.19%60.78%-
XYZ15.3610.053.14-
YUV84.36102.97178.38-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 61.51%
GREEN value IS 57 (22.66% from 255) = 22.62%
BLUE value IS 40 (16.02% from 255) = 15.87%
R=61.51%
G=22.62%
B=15.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.74
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155574000.630.740.398.8758.9738.24
Hex9B392803F4A2793b26
Octal233715007711247117346
Binary10011011111001101000011111110010101001111001111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,57,40); }

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

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

 a { background-color: rgb(155,57,40); }

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

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

 span { border-color: rgb(155,57,40); }

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