#533C00

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

Shades of Madras #533C00

Tints of Madras #533C00

Color information

#533C00 (or 0x533C00) is unknown color: approx Madras. HEX triplet: 53, 3C and 00. RGB value is (83,60,0). Sum of RGB (Red+Green+Blue) = 83+60+0=143 (18% of max value = 765). Red value is 83 (32.81% from 255 or 58.04% from 143); Green value is 60 (23.83% from 255 or 41.96% from 143); Blue value is 0 (0.39% from 255 or 0% from 143); Max value from RGB is 83 - color contains mainly: red. Hex color #533C00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533C00 is #ACC3FF. Grayscale: #3C3C3C. Windows color (decimal): -11322368 or 15443. OLE color: 15443.

HSL color Cylindrical-coordinate representation of color #533C00: hue angle of 43.37º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #533C00 is Cyan = 0, Magento = 0.28, Yellow = 1 and Black (K on CMYK) = 0.67.

Color convert

RGB83600-
CMYK00.2810.67
HSL43.37º100%16.27%-
HSV(B)43.37º100%32.55%-
XYZ5.185.070.71-
YUV60.0494.12144.38-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 58.04%
GREEN value IS 60 (23.83% from 255) = 41.96%
BLUE value IS 0 (0.39% from 255) = 0%
R=58.04%
G=41.96%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 1
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8360000.2810.6743.3710016.27
Hex533C001C64432b6410
Octal1237400341441035314420
Binary1010011111100001110011001001000011101011110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533C00; }

 p { color: rgb(83,60,0); }

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

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

 a { background-color: rgb(83,60,0); }

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

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

 span { border-color: rgb(83,60,0); }

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