#994123

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

Shades of Tia Maria #994123

Tints of Tia Maria #994123

Color information

#994123 (or 0x994123) is unknown color: approx Tia Maria. HEX triplet: 99, 41 and 23. RGB value is (153,65,35). Sum of RGB (Red+Green+Blue) = 153+65+35=253 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.47% from 253); Green value is 65 (25.78% from 255 or 25.69% from 253); Blue value is 35 (14.06% from 255 or 13.83% from 253); Max value from RGB is 153 - color contains mainly: red. Hex color #994123 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994123 is #66BEDC. Grayscale: #585858. Windows color (decimal): -6733533 or 2310553. OLE color: 2310553.

HSL color Cylindrical-coordinate representation of color #994123: hue angle of 15.25º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #994123 is Cyan = 0, Magento = 0.58, Yellow = 0.77 and Black (K on CMYK) = 0.4.

Color convert

RGB1536535-
CMYK00.580.770.4
HSL15.25º62.77%36.86%-
HSV(B)15.25º77.12%60%-
XYZ15.3310.672.84-
YUV87.8998.15174.44-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 60.47%
GREEN value IS 65 (25.78% from 255) = 25.69%
BLUE value IS 35 (14.06% from 255) = 13.83%
R=60.47%
G=25.69%
B=13.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.77
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153653500.580.770.415.2562.7736.86
Hex99412303A4D28f3f25
Octal2311014307211550177745
Binary100110011000001100011011101010011011010001111111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994123; }

 p { color: rgb(153,65,35); }

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

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

 a { background-color: rgb(153,65,35); }

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

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

 span { border-color: rgb(153,65,35); }

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