#413E0C

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

Shades of Madras #413E0C

Tints of Madras #413E0C

Color information

#413E0C (or 0x413E0C) is unknown color: approx Madras. HEX triplet: 41, 3E and 0C. RGB value is (65,62,12). Sum of RGB (Red+Green+Blue) = 65+62+12=139 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.76% from 139); Green value is 62 (24.61% from 255 or 44.60% from 139); Blue value is 12 (5.08% from 255 or 8.63% from 139); Max value from RGB is 65 - color contains mainly: red. Hex color #413E0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413E0C is #BEC1F3. Grayscale: #393939. Windows color (decimal): -12501492 or 802369. OLE color: 802369.

HSL color Cylindrical-coordinate representation of color #413E0C: hue angle of 56.6º degrees, saturation: 0.69, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #413E0C is Cyan = 0, Magento = 0.05, Yellow = 0.82 and Black (K on CMYK) = 0.75.

Color convert

RGB656212-
CMYK00.050.820.75
HSL56.6º68.83%15.1%-
HSV(B)56.6º81.54%25.49%-
XYZ3.974.61.03-
YUV57.2102.49133.57-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 46.76%
GREEN value IS 62 (24.61% from 255) = 44.60%
BLUE value IS 12 (5.08% from 255) = 8.63%
R=46.76%
G=44.60%
B=8.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.82
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65621200.050.820.7556.668.8315.1
Hex413EC05524B3945f
Octal1017614051221137110517
Binary1000001111110110001011010010100101111100110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413E0C; }

 p { color: rgb(65,62,12); }

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

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

 a { background-color: rgb(65,62,12); }

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

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

 span { border-color: rgb(65,62,12); }

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