#533025

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

Shades of Indian Tan #533025

Tints of Indian Tan #533025

Color information

#533025 (or 0x533025) is unknown color: approx Indian Tan. HEX triplet: 53, 30 and 25. RGB value is (83,48,37). Sum of RGB (Red+Green+Blue) = 83+48+37=168 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.40% from 168); Green value is 48 (19.14% from 255 or 28.57% from 168); Blue value is 37 (14.84% from 255 or 22.02% from 168); Max value from RGB is 83 - color contains mainly: red. Hex color #533025 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533025 is #ACCFDA. Grayscale: #393939. Windows color (decimal): -11325403 or 2437203. OLE color: 2437203.

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

Color convert

RGB834837-
CMYK00.420.550.67
HSL14.35º38.33%23.53%-
HSV(B)14.35º55.42%32.55%-
XYZ4.964.092.28-
YUV57.21116.6146.39-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 49.40%
GREEN value IS 48 (19.14% from 255) = 28.57%
BLUE value IS 37 (14.84% from 255) = 22.02%
R=49.40%
G=28.57%
B=22.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.55
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83483700.420.550.6714.3538.3323.53
Hex53302502A3743e2618
Octal123604505267103164630
Binary101001111000010010101010101101111000011111010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533025; }

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

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

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

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

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

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

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

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