#533C08

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

Shades of Madras #533C08

Tints of Madras #533C08

Color information

#533C08 (or 0x533C08) is unknown color: approx Madras. HEX triplet: 53, 3C and 08. RGB value is (83,60,8). Sum of RGB (Red+Green+Blue) = 83+60+8=151 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.97% from 151); Green value is 60 (23.83% from 255 or 39.74% from 151); Blue value is 8 (3.52% from 255 or 5.30% from 151); Max value from RGB is 83 - color contains mainly: red. Hex color #533C08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533C08 is #ACC3F7. Grayscale: #3D3D3D. Windows color (decimal): -11322360 or 539731. OLE color: 539731.

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

Color convert

RGB83608-
CMYK00.280.900.67
HSL41.6º82.42%17.84%-
HSV(B)41.6º90.36%32.55%-
XYZ5.235.090.94-
YUV60.9598.12143.73-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 54.97%
GREEN value IS 60 (23.83% from 255) = 39.74%
BLUE value IS 8 (3.52% from 255) = 5.30%
R=54.97%
G=39.74%
B=5.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.90
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8360800.280.900.6741.682.4217.84
Hex533C801C5A432a5212
Octal12374100341321035212222
Binary1010011111100100001110010110101000011101010101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533C08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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