#403C0F

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

Shades of Madras #403C0F

Tints of Madras #403C0F

Color information

#403C0F (or 0x403C0F) is unknown color: approx Madras. HEX triplet: 40, 3C and 0F. RGB value is (64,60,15). Sum of RGB (Red+Green+Blue) = 64+60+15=139 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.04% from 139); Green value is 60 (23.83% from 255 or 43.17% from 139); Blue value is 15 (6.25% from 255 or 10.79% from 139); Max value from RGB is 64 - color contains mainly: red. Hex color #403C0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403C0F is #BFC3F0. Grayscale: #383838. Windows color (decimal): -12567537 or 998464. OLE color: 998464.

HSL color Cylindrical-coordinate representation of color #403C0F: hue angle of 55.1º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #403C0F is Cyan = 0, Magento = 0.06, Yellow = 0.77 and Black (K on CMYK) = 0.75.

Color convert

RGB646015-
CMYK00.060.770.75
HSL55.1º62.03%15.49%-
HSV(B)55.1º76.56%25.1%-
XYZ3.824.361.09-
YUV56.07104.83133.66-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 46.04%
GREEN value IS 60 (23.83% from 255) = 43.17%
BLUE value IS 15 (6.25% from 255) = 10.79%
R=46.04%
G=43.17%
B=10.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.77
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64601500.060.770.7555.162.0315.49
Hex403CF064D4B373ef
Octal100741706115113677617
Binary100000011110011110110100110110010111101111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,60,15); }

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

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

 a { background-color: rgb(64,60,15); }

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

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

 span { border-color: rgb(64,60,15); }

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