#533526

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

Shades of Indian Tan #533526

Tints of Indian Tan #533526

Color information

#533526 (or 0x533526) is unknown color: approx Indian Tan. HEX triplet: 53, 35 and 26. RGB value is (83,53,38). Sum of RGB (Red+Green+Blue) = 83+53+38=174 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.70% from 174); Green value is 53 (21.09% from 255 or 30.46% from 174); Blue value is 38 (15.23% from 255 or 21.84% from 174); Max value from RGB is 83 - color contains mainly: red. Hex color #533526 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533526 is #ACCAD9. Grayscale: #3C3C3C. Windows color (decimal): -11324122 or 2504019. OLE color: 2504019.

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

Color convert

RGB835338-
CMYK00.360.540.67
HSL20º37.19%23.73%-
HSV(B)20º54.22%32.55%-
XYZ5.194.532.43-
YUV60.26115.44144.22-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 47.70%
GREEN value IS 53 (21.09% from 255) = 30.46%
BLUE value IS 38 (15.23% from 255) = 21.84%
R=47.70%
G=30.46%
B=21.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.54
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83533800.360.540.672037.1923.73
Hex5335260243643142518
Octal123654604466103244530
Binary1010011110101100110010010011011010000111010010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533526; }

 p { color: rgb(83,53,38); }

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

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

 a { background-color: rgb(83,53,38); }

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

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

 span { border-color: rgb(83,53,38); }

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