#533425

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

Shades of Indian Tan #533425

Tints of Indian Tan #533425

Color information

#533425 (or 0x533425) is unknown color: approx Indian Tan. HEX triplet: 53, 34 and 25. RGB value is (83,52,37). Sum of RGB (Red+Green+Blue) = 83+52+37=172 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.26% from 172); Green value is 52 (20.70% from 255 or 30.23% from 172); Blue value is 37 (14.84% from 255 or 21.51% from 172); Max value from RGB is 83 - color contains mainly: red. Hex color #533425 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533425 is #ACCBDA. Grayscale: #3B3B3B. Windows color (decimal): -11324379 or 2438227. OLE color: 2438227.

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

Color convert

RGB835237-
CMYK00.370.550.67
HSL19.57º38.33%23.53%-
HSV(B)19.57º55.42%32.55%-
XYZ5.134.432.33-
YUV59.56115.27144.72-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 48.26%
GREEN value IS 52 (20.70% from 255) = 30.23%
BLUE value IS 37 (14.84% from 255) = 21.51%
R=48.26%
G=30.23%
B=21.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.55
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83523700.370.550.6719.5738.3323.53
Hex5334250253743142618
Octal123644504567103244630
Binary1010011110100100101010010111011110000111010010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533425; }

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

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

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

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

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

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

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

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