#553426

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

Shades of Indian Tan #553426

Tints of Indian Tan #553426

Color information

#553426 (or 0x553426) is unknown color: approx Indian Tan. HEX triplet: 55, 34 and 26. RGB value is (85,52,38). Sum of RGB (Red+Green+Blue) = 85+52+38=175 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.57% from 175); Green value is 52 (20.70% from 255 or 29.71% from 175); Blue value is 38 (15.23% from 255 or 21.71% from 175); Max value from RGB is 85 - color contains mainly: red. Hex color #553426 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553426 is #AACBD9. Grayscale: #3C3C3C. Windows color (decimal): -11193306 or 2503765. OLE color: 2503765.

HSL color Cylindrical-coordinate representation of color #553426: hue angle of 17.87º 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 #553426 is Cyan = 0, Magento = 0.39, Yellow = 0.55 and Black (K on CMYK) = 0.67.

Color convert

RGB855238-
CMYK00.390.550.67
HSL17.87º38.21%24.12%-
HSV(B)17.87º55.29%33.33%-
XYZ5.324.532.43-
YUV60.27115.43145.64-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 48.57%
GREEN value IS 52 (20.70% from 255) = 29.71%
BLUE value IS 38 (15.23% from 255) = 21.71%
R=48.57%
G=29.71%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.55
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85523800.390.550.6717.8738.2124.12
Hex5534260273743122618
Octal125644604767103224630
Binary1010101110100100110010011111011110000111001010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553426; }

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

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

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

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

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

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

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

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