#53301E

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

Shades of Indian Tan #53301E

Tints of Indian Tan #53301E

Color information

#53301E (or 0x53301E) is unknown color: approx Indian Tan. HEX triplet: 53, 30 and 1E. RGB value is (83,48,30). Sum of RGB (Red+Green+Blue) = 83+48+30=161 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.55% from 161); Green value is 48 (19.14% from 255 or 29.81% from 161); Blue value is 30 (12.11% from 255 or 18.63% from 161); Max value from RGB is 83 - color contains mainly: red. Hex color #53301E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53301E is #ACCFE1. Grayscale: #383838. Windows color (decimal): -11325410 or 1978451. OLE color: 1978451.

HSL color Cylindrical-coordinate representation of color #53301E: hue angle of 20.38º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #53301E is Cyan = 0, Magento = 0.42, Yellow = 0.64 and Black (K on CMYK) = 0.67.

Color convert

RGB834830-
CMYK00.420.640.67
HSL20.38º46.9%22.16%-
HSV(B)20.38º63.86%32.55%-
XYZ4.864.051.75-
YUV56.41113.1146.96-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 51.55%
GREEN value IS 48 (19.14% from 255) = 29.81%
BLUE value IS 30 (12.11% from 255) = 18.63%
R=51.55%
G=29.81%
B=18.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.64
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83483000.420.640.6720.3846.922.16
Hex53301E02A4043142f16
Octal1236036052100103245726
Binary1010011110000111100101010100000010000111010010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53301E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53301E; }

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

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

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

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

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

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

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

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