#553425

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

Shades of Indian Tan #553425

Tints of Indian Tan #553425

Color information

#553425 (or 0x553425) is unknown color: approx Indian Tan. HEX triplet: 55, 34 and 25. RGB value is (85,52,37). Sum of RGB (Red+Green+Blue) = 85+52+37=174 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.85% from 174); Green value is 52 (20.70% from 255 or 29.89% from 174); Blue value is 37 (14.84% from 255 or 21.26% from 174); Max value from RGB is 85 - color contains mainly: red. Hex color #553425 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553425 is #AACBDA. Grayscale: #3C3C3C. Windows color (decimal): -11193307 or 2438229. OLE color: 2438229.

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

Color convert

RGB855237-
CMYK00.390.560.67
HSL18.75º39.34%23.92%-
HSV(B)18.75º56.47%33.33%-
XYZ5.314.522.34-
YUV60.16114.93145.72-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 48.85%
GREEN value IS 52 (20.70% from 255) = 29.89%
BLUE value IS 37 (14.84% from 255) = 21.26%
R=48.85%
G=29.89%
B=21.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.56
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85523700.390.560.6718.7539.3423.92
Hex5534250273843132718
Octal125644504770103234730
Binary1010101110100100101010011111100010000111001110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553425; }

 p { color: rgb(85,52,37); }

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

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

 a { background-color: rgb(85,52,37); }

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

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

 span { border-color: rgb(85,52,37); }

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