#9A3825

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

Shades of Tia Maria #9A3825

Tints of Tia Maria #9A3825

Color information

#9A3825 (or 0x9A3825) is unknown color: approx Tia Maria. HEX triplet: 9A, 38 and 25. RGB value is (154,56,37). Sum of RGB (Red+Green+Blue) = 154+56+37=247 (32% of max value = 765). Red value is 154 (60.55% from 255 or 62.35% from 247); Green value is 56 (22.27% from 255 or 22.67% from 247); Blue value is 37 (14.84% from 255 or 14.98% from 247); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3825 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A3825 is #65C7DA. Grayscale: #535353. Windows color (decimal): -6670299 or 2439322. OLE color: 2439322.

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

Color convert

RGB1545637-
CMYK00.640.760.40
HSL9.74º61.26%37.45%-
HSV(B)9.74º75.97%60.39%-
XYZ15.079.832.85-
YUV83.14101.97178.54-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 62.35%
GREEN value IS 56 (22.27% from 255) = 22.67%
BLUE value IS 37 (14.84% from 255) = 14.98%
R=62.35%
G=22.67%
B=14.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.76
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154563700.640.760.409.7461.2637.45
Hex9A38250404C28a3d25
Octal2327045010011450127545
Binary100110101110001001010100000010011001010001010111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A3825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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