#403B00

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

Shades of Madras #403B00

Tints of Madras #403B00

Color information

#403B00 (or 0x403B00) is unknown color: approx Madras. HEX triplet: 40, 3B and 00. RGB value is (64,59,0). Sum of RGB (Red+Green+Blue) = 64+59+0=123 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.03% from 123); Green value is 59 (23.44% from 255 or 47.97% from 123); Blue value is 0 (0.39% from 255 or 0% from 123); Max value from RGB is 64 - color contains mainly: red. Hex color #403B00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403B00 is #BFC4FF. Grayscale: #363636. Windows color (decimal): -12567808 or 15168. OLE color: 15168.

HSL color Cylindrical-coordinate representation of color #403B00: hue angle of 55.31º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #403B00 is Cyan = 0, Magento = 0.08, Yellow = 1 and Black (K on CMYK) = 0.75.

Color convert

RGB64590-
CMYK00.0810.75
HSL55.31º100%12.55%-
HSV(B)55.31º100%25.1%-
XYZ3.684.220.62-
YUV53.7797.66135.3-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 52.03%
GREEN value IS 59 (23.44% from 255) = 47.97%
BLUE value IS 0 (0.39% from 255) = 0%
R=52.03%
G=47.97%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 1
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6459000.0810.7555.3110012.55
Hex403B008644B3764d
Octal1007300101441136714415
Binary10000001110110010001100100100101111011111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403B00; }

 p { color: rgb(64,59,0); }

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

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

 a { background-color: rgb(64,59,0); }

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

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

 span { border-color: rgb(64,59,0); }

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