#552512

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

Shades of Indian Tan #552512

Tints of Indian Tan #552512

Color information

#552512 (or 0x552512) is unknown color: approx Indian Tan. HEX triplet: 55, 25 and 12. RGB value is (85,37,18). Sum of RGB (Red+Green+Blue) = 85+37+18=140 (18% of max value = 765). Red value is 85 (33.59% from 255 or 60.71% from 140); Green value is 37 (14.84% from 255 or 26.43% from 140); Blue value is 18 (7.42% from 255 or 12.86% from 140); Max value from RGB is 85 - color contains mainly: red. Hex color #552512 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552512 is #AADAED. Grayscale: #313131. Windows color (decimal): -11197166 or 1189205. OLE color: 1189205.

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

Color convert

RGB853718-
CMYK00.560.790.67
HSL17.01º65.05%20.2%-
HSV(B)17.01º78.82%33.33%-
XYZ4.523.30.97-
YUV49.19110.4153.54-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 60.71%
GREEN value IS 37 (14.84% from 255) = 26.43%
BLUE value IS 18 (7.42% from 255) = 12.86%
R=60.71%
G=26.43%
B=12.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.79
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85371800.560.790.6717.0165.0520.2
Hex5525120384F43114114
Octal12545220701171032110124
Binary10101011001011001001110001001111100001110001100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552512; }

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

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

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

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

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

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

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

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