#9B3D2E

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

Shades of Tia Maria #9B3D2E

Tints of Tia Maria #9B3D2E

Color information

#9B3D2E (or 0x9B3D2E) is unknown color: approx Tia Maria. HEX triplet: 9B, 3D and 2E. RGB value is (155,61,46). Sum of RGB (Red+Green+Blue) = 155+61+46=262 (34% of max value = 765). Red value is 155 (60.94% from 255 or 59.16% from 262); Green value is 61 (24.22% from 255 or 23.28% from 262); Blue value is 46 (18.36% from 255 or 17.56% from 262); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3D2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B3D2E is #64C2D1. Grayscale: #575757. Windows color (decimal): -6603474 or 3030427. OLE color: 3030427.

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

Color convert

RGB1556146-
CMYK00.610.700.39
HSL8.26º54.23%39.41%-
HSV(B)8.26º70.32%60.78%-
XYZ15.6810.53.79-
YUV87.4104.64176.22-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 59.16%
GREEN value IS 61 (24.22% from 255) = 23.28%
BLUE value IS 46 (18.36% from 255) = 17.56%
R=59.16%
G=23.28%
B=17.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.70
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155614600.610.700.398.2654.2339.41
Hex9B3D2E03D462783627
Octal233755607510647106647
Binary10011011111101101110011110110001101001111000110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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