#994023

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

Shades of Tia Maria #994023

Tints of Tia Maria #994023

Color information

#994023 (or 0x994023) is unknown color: approx Tia Maria. HEX triplet: 99, 40 and 23. RGB value is (153,64,35). Sum of RGB (Red+Green+Blue) = 153+64+35=252 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.71% from 252); Green value is 64 (25.39% from 255 or 25.40% from 252); Blue value is 35 (14.06% from 255 or 13.89% from 252); Max value from RGB is 153 - color contains mainly: red. Hex color #994023 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994023 is #66BFDC. Grayscale: #575757. Windows color (decimal): -6733789 or 2310297. OLE color: 2310297.

HSL color Cylindrical-coordinate representation of color #994023: hue angle of 14.75º 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 #994023 is Cyan = 0, Magento = 0.58, Yellow = 0.77 and Black (K on CMYK) = 0.4.

Color convert

RGB1536435-
CMYK00.580.770.4
HSL14.75º62.77%36.86%-
HSV(B)14.75º77.12%60%-
XYZ15.2710.562.82-
YUV87.398.49174.86-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 60.71%
GREEN value IS 64 (25.39% from 255) = 25.40%
BLUE value IS 35 (14.06% from 255) = 13.89%
R=60.71%
G=25.40%
B=13.89%

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
Decimal153643500.580.770.414.7562.7736.86
Hex99402303A4D28f3f25
Octal2311004307211550177745
Binary100110011000000100011011101010011011010001111111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994023; }

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

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

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

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

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

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

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

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