#993B22

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

Shades of Tia Maria #993B22

Tints of Tia Maria #993B22

Color information

#993B22 (or 0x993B22) is unknown color: approx Tia Maria. HEX triplet: 99, 3B and 22. RGB value is (153,59,34). Sum of RGB (Red+Green+Blue) = 153+59+34=246 (32% of max value = 765). Red value is 153 (60.16% from 255 or 62.20% from 246); Green value is 59 (23.44% from 255 or 23.98% from 246); Blue value is 34 (13.67% from 255 or 13.82% from 246); Max value from RGB is 153 - color contains mainly: red. Hex color #993B22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993B22 is #66C4DD. Grayscale: #545454. Windows color (decimal): -6735070 or 2243481. OLE color: 2243481.

HSL color Cylindrical-coordinate representation of color #993B22: hue angle of 12.61º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #993B22 is Cyan = 0, Magento = 0.61, Yellow = 0.78 and Black (K on CMYK) = 0.4.

Color convert

RGB1535934-
CMYK00.610.780.4
HSL12.61º63.64%36.67%-
HSV(B)12.61º77.78%60%-
XYZ14.9910.022.66-
YUV84.2699.64177.03-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 62.20%
GREEN value IS 59 (23.44% from 255) = 23.98%
BLUE value IS 34 (13.67% from 255) = 13.82%
R=62.20%
G=23.98%
B=13.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.78
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153593400.610.780.412.6163.6436.67
Hex993B2203D4E28d4025
Octal2317342075116501510045
Binary100110011110111000100111101100111010100011011000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993B22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993B22; }

 p { color: rgb(153,59,34); }

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

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

 a { background-color: rgb(153,59,34); }

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

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

 span { border-color: rgb(153,59,34); }

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