#533428

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

Shades of Indian Tan #533428

Tints of Indian Tan #533428

Color information

#533428 (or 0x533428) is unknown color: approx Indian Tan. HEX triplet: 53, 34 and 28. RGB value is (83,52,40). Sum of RGB (Red+Green+Blue) = 83+52+40=175 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.43% from 175); Green value is 52 (20.70% from 255 or 29.71% from 175); Blue value is 40 (16.02% from 255 or 22.86% from 175); Max value from RGB is 83 - color contains mainly: red. Hex color #533428 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533428 is #ACCBD7. Grayscale: #3B3B3B. Windows color (decimal): -11324376 or 2634835. OLE color: 2634835.

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

Color convert

RGB835240-
CMYK00.370.520.67
HSL16.74º34.96%24.12%-
HSV(B)16.74º51.81%32.55%-
XYZ5.184.452.59-
YUV59.9116.77144.48-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 47.43%
GREEN value IS 52 (20.70% from 255) = 29.71%
BLUE value IS 40 (16.02% from 255) = 22.86%
R=47.43%
G=29.71%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.52
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83524000.370.520.6716.7434.9624.12
Hex5334280253443112318
Octal123645004564103214330
Binary1010011110100101000010010111010010000111000110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533428; }

 p { color: rgb(83,52,40); }

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

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

 a { background-color: rgb(83,52,40); }

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

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

 span { border-color: rgb(83,52,40); }

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