#533124

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

Shades of Indian Tan #533124

Tints of Indian Tan #533124

Color information

#533124 (or 0x533124) is unknown color: approx Indian Tan. HEX triplet: 53, 31 and 24. RGB value is (83,49,36). Sum of RGB (Red+Green+Blue) = 83+49+36=168 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.40% from 168); Green value is 49 (19.53% from 255 or 29.17% from 168); Blue value is 36 (14.45% from 255 or 21.43% from 168); Max value from RGB is 83 - color contains mainly: red. Hex color #533124 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533124 is #ACCEDB. Grayscale: #393939. Windows color (decimal): -11325148 or 2371923. OLE color: 2371923.

HSL color Cylindrical-coordinate representation of color #533124: hue angle of 16.6º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #533124 is Cyan = 0, Magento = 0.41, Yellow = 0.57 and Black (K on CMYK) = 0.67.

Color convert

RGB834936-
CMYK00.410.570.67
HSL16.6º39.5%23.33%-
HSV(B)16.6º56.63%32.55%-
XYZ4.984.162.21-
YUV57.68115.76146.06-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 49.40%
GREEN value IS 49 (19.53% from 255) = 29.17%
BLUE value IS 36 (14.45% from 255) = 21.43%
R=49.40%
G=29.17%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.57
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83493600.410.570.6716.639.523.33
Hex5331240293943112717
Octal123614405171103214727
Binary1010011110001100100010100111100110000111000110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533124; }

 p { color: rgb(83,49,36); }

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

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

 a { background-color: rgb(83,49,36); }

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

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

 span { border-color: rgb(83,49,36); }

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