#53430D

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

Shades of Madras #53430D

Tints of Madras #53430D

Color information

#53430D (or 0x53430D) is unknown color: approx Madras. HEX triplet: 53, 43 and 0D. RGB value is (83,67,13). Sum of RGB (Red+Green+Blue) = 83+67+13=163 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.92% from 163); Green value is 67 (26.56% from 255 or 41.10% from 163); Blue value is 13 (5.47% from 255 or 7.98% from 163); Max value from RGB is 83 - color contains mainly: red. Hex color #53430D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53430D is #ACBCF2. Grayscale: #414141. Windows color (decimal): -11320563 or 869203. OLE color: 869203.

HSL color Cylindrical-coordinate representation of color #53430D: hue angle of 46.29º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #53430D is Cyan = 0, Magento = 0.19, Yellow = 0.84 and Black (K on CMYK) = 0.67.

Color convert

RGB836713-
CMYK00.190.840.67
HSL46.29º72.92%18.82%-
HSV(B)46.29º84.34%32.55%-
XYZ5.655.881.22-
YUV65.6398.3140.39-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 50.92%
GREEN value IS 67 (26.56% from 255) = 41.10%
BLUE value IS 13 (5.47% from 255) = 7.98%
R=50.92%
G=41.10%
B=7.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.84
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83671300.190.840.6746.2972.9218.82
Hex5343D01354432e4913
Octal123103150231241035611123
Binary10100111000011110101001110101001000011101110100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53430D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53430D; }

 p { color: rgb(83,67,13); }

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

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

 a { background-color: rgb(83,67,13); }

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

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

 span { border-color: rgb(83,67,13); }

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