#534018

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

Shades of Madras #534018

Tints of Madras #534018

Color information

#534018 (or 0x534018) is unknown color: approx Madras. HEX triplet: 53, 40 and 18. RGB value is (83,64,24). Sum of RGB (Red+Green+Blue) = 83+64+24=171 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.54% from 171); Green value is 64 (25.39% from 255 or 37.43% from 171); Blue value is 24 (9.77% from 255 or 14.04% from 171); Max value from RGB is 83 - color contains mainly: red. Hex color #534018 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534018 is #ACBFE7. Grayscale: #414141. Windows color (decimal): -11321320 or 1589331. OLE color: 1589331.

HSL color Cylindrical-coordinate representation of color #534018: hue angle of 40.68º degrees, saturation: 0.55, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #534018 is Cyan = 0, Magento = 0.23, Yellow = 0.71 and Black (K on CMYK) = 0.67.

Color convert

RGB836424-
CMYK00.230.710.67
HSL40.68º55.14%20.98%-
HSV(B)40.68º71.08%32.55%-
XYZ5.575.571.65-
YUV65.12104.79140.75-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 48.54%
GREEN value IS 64 (25.39% from 255) = 37.43%
BLUE value IS 24 (9.77% from 255) = 14.04%
R=48.54%
G=37.43%
B=14.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.71
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83642400.230.710.6740.6855.1420.98
Hex5340180174743293715
Octal12310030027107103516725
Binary10100111000000110000101111000111100001110100111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534018; }

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

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

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

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

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

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

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

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