#9B3B27

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

Shades of Tia Maria #9B3B27

Tints of Tia Maria #9B3B27

Color information

#9B3B27 (or 0x9B3B27) is unknown color: approx Tia Maria. HEX triplet: 9B, 3B and 27. RGB value is (155,59,39). Sum of RGB (Red+Green+Blue) = 155+59+39=253 (33% of max value = 765). Red value is 155 (60.94% from 255 or 61.26% from 253); Green value is 59 (23.44% from 255 or 23.32% from 253); Blue value is 39 (15.62% from 255 or 15.42% from 253); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3B27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B3B27 is #64C4D8. Grayscale: #555555. Windows color (decimal): -6603993 or 2571163. OLE color: 2571163.

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

Color convert

RGB1555939-
CMYK00.620.750.39
HSL10.34º59.79%38.04%-
HSV(B)10.34º74.84%60.78%-
XYZ15.4510.243.08-
YUV85.42101.8177.63-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 61.26%
GREEN value IS 59 (23.44% from 255) = 23.32%
BLUE value IS 39 (15.62% from 255) = 15.42%
R=61.26%
G=23.32%
B=15.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.75
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155593900.620.750.3910.3459.7938.04
Hex9B3B2703E4B27a3c26
Octal233734707611347127446
Binary10011011111011100111011111010010111001111010111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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