#413C0C

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

Shades of Madras #413C0C

Tints of Madras #413C0C

Color information

#413C0C (or 0x413C0C) is unknown color: approx Madras. HEX triplet: 41, 3C and 0C. RGB value is (65,60,12). Sum of RGB (Red+Green+Blue) = 65+60+12=137 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.45% from 137); Green value is 60 (23.83% from 255 or 43.80% from 137); Blue value is 12 (5.08% from 255 or 8.76% from 137); Max value from RGB is 65 - color contains mainly: red. Hex color #413C0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413C0C is #BEC3F3. Grayscale: #383838. Windows color (decimal): -12502004 or 801857. OLE color: 801857.

HSL color Cylindrical-coordinate representation of color #413C0C: hue angle of 54.34º 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 #413C0C is Cyan = 0, Magento = 0.08, Yellow = 0.82 and Black (K on CMYK) = 0.75.

Color convert

RGB656012-
CMYK00.080.820.75
HSL54.34º68.83%15.1%-
HSV(B)54.34º81.54%25.49%-
XYZ3.864.380.99-
YUV56.02103.16134.4-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 47.45%
GREEN value IS 60 (23.83% from 255) = 43.80%
BLUE value IS 12 (5.08% from 255) = 8.76%
R=47.45%
G=43.80%
B=8.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.82
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65601200.080.820.7554.3468.8315.1
Hex413CC08524B3645f
Octal10174140101221136610517
Binary10000011111001100010001010010100101111011010001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413C0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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