#9A3D25

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

Shades of Tia Maria #9A3D25

Tints of Tia Maria #9A3D25

Color information

#9A3D25 (or 0x9A3D25) is unknown color: approx Tia Maria. HEX triplet: 9A, 3D and 25. RGB value is (154,61,37). Sum of RGB (Red+Green+Blue) = 154+61+37=252 (33% of max value = 765). Red value is 154 (60.55% from 255 or 61.11% from 252); Green value is 61 (24.22% from 255 or 24.21% from 252); Blue value is 37 (14.84% from 255 or 14.68% from 252); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3D25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A3D25 is #65C2DA. Grayscale: #565656. Windows color (decimal): -6669019 or 2440602. OLE color: 2440602.

HSL color Cylindrical-coordinate representation of color #9A3D25: hue angle of 12.31º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9A3D25 is Cyan = 0, Magento = 0.60, Yellow = 0.76 and Black (K on CMYK) = 0.40.

Color convert

RGB1546137-
CMYK00.600.760.40
HSL12.31º61.26%37.45%-
HSV(B)12.31º75.97%60.39%-
XYZ15.3310.342.94-
YUV86.07100.31176.45-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 61.11%
GREEN value IS 61 (24.22% from 255) = 24.21%
BLUE value IS 37 (14.84% from 255) = 14.68%
R=61.11%
G=24.21%
B=14.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.76
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154613700.600.760.4012.3161.2637.45
Hex9A3D2503C4C28c3d25
Octal232754507411450147545
Binary10011010111101100101011110010011001010001100111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A3D25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,61,37); }

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

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

 a { background-color: rgb(154,61,37); }

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

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

 span { border-color: rgb(154,61,37); }

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