#552614

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

Shades of Indian Tan #552614

Tints of Indian Tan #552614

Color information

#552614 (or 0x552614) is unknown color: approx Indian Tan. HEX triplet: 55, 26 and 14. RGB value is (85,38,20). Sum of RGB (Red+Green+Blue) = 85+38+20=143 (18% of max value = 765). Red value is 85 (33.59% from 255 or 59.44% from 143); Green value is 38 (15.23% from 255 or 26.57% from 143); Blue value is 20 (8.20% from 255 or 13.99% from 143); Max value from RGB is 85 - color contains mainly: red. Hex color #552614 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552614 is #AAD9EB. Grayscale: #323232. Windows color (decimal): -11196908 or 1320533. OLE color: 1320533.

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

Color convert

RGB853820-
CMYK00.550.760.67
HSL16.62º61.9%20.59%-
HSV(B)16.62º76.47%33.33%-
XYZ4.573.371.07-
YUV50111.07152.96-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 59.44%
GREEN value IS 38 (15.23% from 255) = 26.57%
BLUE value IS 20 (8.20% from 255) = 13.99%
R=59.44%
G=26.57%
B=13.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.76
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85382000.550.760.6716.6261.920.59
Hex5526140374C43113e15
Octal1254624067114103217625
Binary1010101100110101000110111100110010000111000111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552614; }

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

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

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

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

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

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

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

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