#534300

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

Shades of Madras #534300

Tints of Madras #534300

Color information

#534300 (or 0x534300) is unknown color: approx Madras. HEX triplet: 53, 43 and 00. RGB value is (83,67,0). Sum of RGB (Red+Green+Blue) = 83+67+0=150 (19% of max value = 765). Red value is 83 (32.81% from 255 or 55.33% from 150); Green value is 67 (26.56% from 255 or 44.67% from 150); Blue value is 0 (0.39% from 255 or 0% from 150); Max value from RGB is 83 - color contains mainly: red. Hex color #534300 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534300 is #ACBCFF. Grayscale: #404040. Windows color (decimal): -11320576 or 17235. OLE color: 17235.

HSL color Cylindrical-coordinate representation of color #534300: hue angle of 48.43º 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 #534300 is Cyan = 0, Magento = 0.19, Yellow = 1 and Black (K on CMYK) = 0.67.

Color convert

RGB83670-
CMYK00.1910.67
HSL48.43º100%16.27%-
HSV(B)48.43º100%32.55%-
XYZ5.575.850.84-
YUV64.1591.8141.45-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 55.33%
GREEN value IS 67 (26.56% from 255) = 44.67%
BLUE value IS 0 (0.39% from 255) = 0%
R=55.33%
G=44.67%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 1
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8367000.1910.6748.4310016.27
Hex534300136443306410
Octal12310300231441036014420
Binary10100111000011001001111001001000011110000110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534300; }

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

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

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

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

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

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

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

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