#533C0E

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

Shades of Madras #533C0E

Tints of Madras #533C0E

Color information

#533C0E (or 0x533C0E) is unknown color: approx Madras. HEX triplet: 53, 3C and 0E. RGB value is (83,60,14). Sum of RGB (Red+Green+Blue) = 83+60+14=157 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.87% from 157); Green value is 60 (23.83% from 255 or 38.22% from 157); Blue value is 14 (5.86% from 255 or 8.92% from 157); Max value from RGB is 83 - color contains mainly: red. Hex color #533C0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533C0E is #ACC3F1. Grayscale: #3D3D3D. Windows color (decimal): -11322354 or 932947. OLE color: 932947.

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

Color convert

RGB836014-
CMYK00.280.830.67
HSL40º71.13%19.02%-
HSV(B)40º83.13%32.55%-
XYZ5.265.11.12-
YUV61.63101.12143.24-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 52.87%
GREEN value IS 60 (23.83% from 255) = 38.22%
BLUE value IS 14 (5.86% from 255) = 8.92%
R=52.87%
G=38.22%
B=8.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.83
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83601400.280.830.674071.1319.02
Hex533CE01C5343284713
Octal12374160341231035010723
Binary1010011111100111001110010100111000011101000100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533C0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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