#553226

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

Shades of Indian Tan #553226

Tints of Indian Tan #553226

Color information

#553226 (or 0x553226) is unknown color: approx Indian Tan. HEX triplet: 55, 32 and 26. RGB value is (85,50,38). Sum of RGB (Red+Green+Blue) = 85+50+38=173 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.13% from 173); Green value is 50 (19.92% from 255 or 28.90% from 173); Blue value is 38 (15.23% from 255 or 21.97% from 173); Max value from RGB is 85 - color contains mainly: red. Hex color #553226 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553226 is #AACDD9. Grayscale: #3B3B3B. Windows color (decimal): -11193818 or 2503253. OLE color: 2503253.

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

Color convert

RGB855038-
CMYK00.410.550.67
HSL15.32º38.21%24.12%-
HSV(B)15.32º55.29%33.33%-
XYZ5.244.352.4-
YUV59.1116.1146.48-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 49.13%
GREEN value IS 50 (19.92% from 255) = 28.90%
BLUE value IS 38 (15.23% from 255) = 21.97%
R=49.13%
G=28.90%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.55
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85503800.410.550.6715.3238.2124.12
Hex5532260293743f2618
Octal125624605167103174630
Binary101010111001010011001010011101111000011111110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553226; }

 p { color: rgb(85,50,38); }

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

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

 a { background-color: rgb(85,50,38); }

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

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

 span { border-color: rgb(85,50,38); }

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