#403B10

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

Shades of Madras #403B10

Tints of Madras #403B10

Color information

#403B10 (or 0x403B10) is unknown color: approx Madras. HEX triplet: 40, 3B and 10. RGB value is (64,59,16). Sum of RGB (Red+Green+Blue) = 64+59+16=139 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.04% from 139); Green value is 59 (23.44% from 255 or 42.45% from 139); Blue value is 16 (6.64% from 255 or 11.51% from 139); Max value from RGB is 64 - color contains mainly: red. Hex color #403B10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403B10 is #BFC4EF. Grayscale: #373737. Windows color (decimal): -12567792 or 1063744. OLE color: 1063744.

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

Color convert

RGB645916-
CMYK00.080.750.75
HSL53.75º60%15.69%-
HSV(B)53.75º75%25.1%-
XYZ3.774.261.11-
YUV55.59105.66134-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 46.04%
GREEN value IS 59 (23.44% from 255) = 42.45%
BLUE value IS 16 (6.64% from 255) = 11.51%
R=46.04%
G=42.45%
B=11.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.75
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64591600.080.750.7553.756015.69
Hex403B10084B4B363c10
Octal1007320010113113667420
Binary100000011101110000010001001011100101111011011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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