#553327

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

Shades of Indian Tan #553327

Tints of Indian Tan #553327

Color information

#553327 (or 0x553327) is unknown color: approx Indian Tan. HEX triplet: 55, 33 and 27. RGB value is (85,51,39). Sum of RGB (Red+Green+Blue) = 85+51+39=175 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.57% from 175); Green value is 51 (20.31% from 255 or 29.14% from 175); Blue value is 39 (15.62% from 255 or 22.29% from 175); Max value from RGB is 85 - color contains mainly: red. Hex color #553327 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553327 is #AACCD8. Grayscale: #3B3B3B. Windows color (decimal): -11193561 or 2569045. OLE color: 2569045.

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

Color convert

RGB855139-
CMYK00.400.540.67
HSL15.65º37.1%24.31%-
HSV(B)15.65º54.12%33.33%-
XYZ5.34.452.5-
YUV59.8116.26145.98-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 48.57%
GREEN value IS 51 (20.31% from 255) = 29.14%
BLUE value IS 39 (15.62% from 255) = 22.29%
R=48.57%
G=29.14%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.54
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85513900.400.540.6715.6537.124.31
Hex5533270283643102518
Octal125634705066103204530
Binary1010101110011100111010100011011010000111000010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553327; }

 p { color: rgb(85,51,39); }

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

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

 a { background-color: rgb(85,51,39); }

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

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

 span { border-color: rgb(85,51,39); }

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