#553123

Color #553123 Indian Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indian Tan #553123

Tints of Indian Tan #553123

Color information

#553123 (or 0x553123) is unknown color: approx Indian Tan. HEX triplet: 55, 31 and 23. RGB value is (85,49,35). Sum of RGB (Red+Green+Blue) = 85+49+35=169 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.30% from 169); Green value is 49 (19.53% from 255 or 28.99% from 169); Blue value is 35 (14.06% from 255 or 20.71% from 169); Max value from RGB is 85 - color contains mainly: red. Hex color #553123 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553123 is #AACEDC. Grayscale: #3A3A3A. Windows color (decimal): -11194077 or 2306389. OLE color: 2306389.

HSL color Cylindrical-coordinate representation of color #553123: hue angle of 16.8º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #553123 is Cyan = 0, Magento = 0.42, Yellow = 0.59 and Black (K on CMYK) = 0.67.

Color convert

RGB854935-
CMYK00.420.590.67
HSL16.8º41.67%23.53%-
HSV(B)16.8º58.82%33.33%-
XYZ5.154.252.14-
YUV58.17114.93147.14-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 50.30%
GREEN value IS 49 (19.53% from 255) = 28.99%
BLUE value IS 35 (14.06% from 255) = 20.71%
R=50.30%
G=28.99%
B=20.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.59
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85493500.420.590.6716.841.6723.53
Hex55312302A3B43112a18
Octal125614305273103215230
Binary1010101110001100011010101011101110000111000110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553123; }

 p { color: rgb(85,49,35); }

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

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

 a { background-color: rgb(85,49,35); }

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

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

 span { border-color: rgb(85,49,35); }

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