#533328

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

Shades of Indian Tan #533328

Tints of Indian Tan #533328

Color information

#533328 (or 0x533328) is unknown color: approx Indian Tan. HEX triplet: 53, 33 and 28. RGB value is (83,51,40). Sum of RGB (Red+Green+Blue) = 83+51+40=174 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.70% from 174); Green value is 51 (20.31% from 255 or 29.31% from 174); Blue value is 40 (16.02% from 255 or 22.99% from 174); Max value from RGB is 83 - color contains mainly: red. Hex color #533328 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533328 is #ACCCD7. Grayscale: #3B3B3B. Windows color (decimal): -11324632 or 2634579. OLE color: 2634579.

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

Color convert

RGB835140-
CMYK00.390.520.67
HSL15.35º34.96%24.12%-
HSV(B)15.35º51.81%32.55%-
XYZ5.134.362.58-
YUV59.31117.1144.89-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 47.70%
GREEN value IS 51 (20.31% from 255) = 29.31%
BLUE value IS 40 (16.02% from 255) = 22.99%
R=47.70%
G=29.31%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.52
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83514000.390.520.6715.3534.9624.12
Hex5333280273443f2318
Octal123635004764103174330
Binary101001111001110100001001111101001000011111110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533328; }

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

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

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

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

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

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

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

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