#53401E

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

Shades of Madras #53401E

Tints of Madras #53401E

Color information

#53401E (or 0x53401E) is unknown color: approx Madras. HEX triplet: 53, 40 and 1E. RGB value is (83,64,30). Sum of RGB (Red+Green+Blue) = 83+64+30=177 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.89% from 177); Green value is 64 (25.39% from 255 or 36.16% from 177); Blue value is 30 (12.11% from 255 or 16.95% from 177); Max value from RGB is 83 - color contains mainly: red. Hex color #53401E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53401E is #ACBFE1. Grayscale: #414141. Windows color (decimal): -11321314 or 1982547. OLE color: 1982547.

HSL color Cylindrical-coordinate representation of color #53401E: hue angle of 38.49º 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 #53401E is Cyan = 0, Magento = 0.23, Yellow = 0.64 and Black (K on CMYK) = 0.67.

Color convert

RGB836430-
CMYK00.230.640.67
HSL38.49º46.9%22.16%-
HSV(B)38.49º63.86%32.55%-
XYZ5.645.62.01-
YUV65.8107.79140.26-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 46.89%
GREEN value IS 64 (25.39% from 255) = 36.16%
BLUE value IS 30 (12.11% from 255) = 16.95%
R=46.89%
G=36.16%
B=16.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.64
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83643000.230.640.6738.4946.922.16
Hex53401E0174043262f16
Octal12310036027100103465726
Binary10100111000000111100101111000000100001110011010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53401E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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