#9B402E

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

Shades of Tia Maria #9B402E

Tints of Tia Maria #9B402E

Color information

#9B402E (or 0x9B402E) is unknown color: approx Tia Maria. HEX triplet: 9B, 40 and 2E. RGB value is (155,64,46). Sum of RGB (Red+Green+Blue) = 155+64+46=265 (35% of max value = 765). Red value is 155 (60.94% from 255 or 58.49% from 265); Green value is 64 (25.39% from 255 or 24.15% from 265); Blue value is 46 (18.36% from 255 or 17.36% from 265); Max value from RGB is 155 - color contains mainly: red. Hex color #9B402E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B402E is #64BFD1. Grayscale: #595959. Windows color (decimal): -6602706 or 3031195. OLE color: 3031195.

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

Color convert

RGB1556446-
CMYK00.590.700.39
HSL9.91º54.23%39.41%-
HSV(B)9.91º70.32%60.78%-
XYZ15.8410.833.84-
YUV89.16103.65174.96-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 58.49%
GREEN value IS 64 (25.39% from 255) = 24.15%
BLUE value IS 46 (18.36% from 255) = 17.36%
R=58.49%
G=24.15%
B=17.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.70
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155644600.590.700.399.9154.2339.41
Hex9B402E03B4627a3627
Octal2331005607310647126647
Binary100110111000000101110011101110001101001111010110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B402E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,64,46); }

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

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

 a { background-color: rgb(155,64,46); }

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

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

 span { border-color: rgb(155,64,46); }

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