#9B3825

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

Shades of Tia Maria #9B3825

Tints of Tia Maria #9B3825

Color information

#9B3825 (or 0x9B3825) is unknown color: approx Tia Maria. HEX triplet: 9B, 38 and 25. RGB value is (155,56,37). Sum of RGB (Red+Green+Blue) = 155+56+37=248 (32% of max value = 765). Red value is 155 (60.94% from 255 or 62.5% from 248); Green value is 56 (22.27% from 255 or 22.58% from 248); Blue value is 37 (14.84% from 255 or 14.92% from 248); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3825 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B3825 is #64C7DA. Grayscale: #535353. Windows color (decimal): -6604763 or 2439323. OLE color: 2439323.

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

Color convert

RGB1555637-
CMYK00.640.760.39
HSL9.66º61.46%37.65%-
HSV(B)9.66º76.13%60.78%-
XYZ15.279.932.86-
YUV83.44101.8179.04-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 62.5%
GREEN value IS 56 (22.27% from 255) = 22.58%
BLUE value IS 37 (14.84% from 255) = 14.92%
R=62.5%
G=22.58%
B=14.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.76
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155563700.640.760.399.6661.4637.65
Hex9B38250404C27a3d26
Octal2337045010011447127546
Binary100110111110001001010100000010011001001111010111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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