#9B402B

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

Shades of Tia Maria #9B402B

Tints of Tia Maria #9B402B

Color information

#9B402B (or 0x9B402B) is unknown color: approx Tia Maria. HEX triplet: 9B, 40 and 2B. RGB value is (155,64,43). Sum of RGB (Red+Green+Blue) = 155+64+43=262 (34% of max value = 765). Red value is 155 (60.94% from 255 or 59.16% from 262); Green value is 64 (25.39% from 255 or 24.43% from 262); Blue value is 43 (17.19% from 255 or 16.41% from 262); Max value from RGB is 155 - color contains mainly: red. Hex color #9B402B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B402B is #64BFD4. Grayscale: #585858. Windows color (decimal): -6602709 or 2834587. OLE color: 2834587.

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

Color convert

RGB1556443-
CMYK00.590.720.39
HSL11.25º56.57%38.82%-
HSV(B)11.25º72.26%60.78%-
XYZ15.7910.813.54-
YUV88.82102.15175.21-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 59.16%
GREEN value IS 64 (25.39% from 255) = 24.43%
BLUE value IS 43 (17.19% from 255) = 16.41%
R=59.16%
G=24.43%
B=16.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.72
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155644300.590.720.3911.2556.5738.82
Hex9B402B03B4827b3927
Octal2331005307311047137147
Binary100110111000000101011011101110010001001111011111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B402B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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