#53421A

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

Shades of Madras #53421A

Tints of Madras #53421A

Color information

#53421A (or 0x53421A) is unknown color: approx Madras. HEX triplet: 53, 42 and 1A. RGB value is (83,66,26). Sum of RGB (Red+Green+Blue) = 83+66+26=175 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.43% from 175); Green value is 66 (26.17% from 255 or 37.71% from 175); Blue value is 26 (10.55% from 255 or 14.86% from 175); Max value from RGB is 83 - color contains mainly: red. Hex color #53421A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53421A is #ACBDE5. Grayscale: #424242. Windows color (decimal): -11320806 or 1720915. OLE color: 1720915.

HSL color Cylindrical-coordinate representation of color #53421A: hue angle of 42.11º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #53421A is Cyan = 0, Magento = 0.20, Yellow = 0.69 and Black (K on CMYK) = 0.67.

Color convert

RGB836626-
CMYK00.200.690.67
HSL42.11º52.29%21.37%-
HSV(B)42.11º68.67%32.55%-
XYZ5.75.811.8-
YUV66.52105.13139.75-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 47.43%
GREEN value IS 66 (26.17% from 255) = 37.71%
BLUE value IS 26 (10.55% from 255) = 14.86%
R=47.43%
G=37.71%
B=14.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.69
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83662600.200.690.6742.1152.2921.37
Hex53421A01445432a3415
Octal12310232024105103526425
Binary10100111000010110100101001000101100001110101011010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53421A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53421A; }

 p { color: rgb(83,66,26); }

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

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

 a { background-color: rgb(83,66,26); }

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

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

 span { border-color: rgb(83,66,26); }

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