#9B3623

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

Shades of Tia Maria #9B3623

Tints of Tia Maria #9B3623

Color information

#9B3623 (or 0x9B3623) is unknown color: approx Tia Maria. HEX triplet: 9B, 36 and 23. RGB value is (155,54,35). Sum of RGB (Red+Green+Blue) = 155+54+35=244 (32% of max value = 765). Red value is 155 (60.94% from 255 or 63.52% from 244); Green value is 54 (21.48% from 255 or 22.13% from 244); Blue value is 35 (14.06% from 255 or 14.34% from 244); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3623 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B3623 is #64C9DC. Grayscale: #525252. Windows color (decimal): -6605277 or 2307739. OLE color: 2307739.

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

Color convert

RGB1555435-
CMYK00.650.770.39
HSL9.5º63.16%37.25%-
HSV(B)9.5º77.42%60.78%-
XYZ15.149.732.67-
YUV82.03101.46180.04-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 63.52%
GREEN value IS 54 (21.48% from 255) = 22.13%
BLUE value IS 35 (14.06% from 255) = 14.34%
R=63.52%
G=22.13%
B=14.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.77
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155543500.650.770.399.563.1637.25
Hex9B36230414D27a3f25
Octal2336643010111547127745
Binary100110111101101000110100000110011011001111010111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3623

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,54,35); }

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

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

 a { background-color: rgb(155,54,35); }

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

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

 span { border-color: rgb(155,54,35); }

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