#413700

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

Shades of Madras #413700

Tints of Madras #413700

Color information

#413700 (or 0x413700) is unknown color: approx Madras. HEX triplet: 41, 37 and 00. RGB value is (65,55,0). Sum of RGB (Red+Green+Blue) = 65+55+0=120 (15% of max value = 765). Red value is 65 (25.78% from 255 or 54.17% from 120); Green value is 55 (21.88% from 255 or 45.83% from 120); Blue value is 0 (0.39% from 255 or 0% from 120); Max value from RGB is 65 - color contains mainly: red. Hex color #413700 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413700 is #BEC8FF. Grayscale: #333333. Windows color (decimal): -12503296 or 14145. OLE color: 14145.

HSL color Cylindrical-coordinate representation of color #413700: hue angle of 50.77º 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 #413700 is Cyan = 0, Magento = 0.15, Yellow = 1 and Black (K on CMYK) = 0.75.

Color convert

RGB65550-
CMYK00.1510.75
HSL50.77º100%12.75%-
HSV(B)50.77º100%25.49%-
XYZ3.553.860.56-
YUV51.7298.81137.47-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 54.17%
GREEN value IS 55 (21.88% from 255) = 45.83%
BLUE value IS 0 (0.39% from 255) = 0%
R=54.17%
G=45.83%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 1
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6555000.1510.7550.7710012.75
Hex413700F644B3364d
Octal1016700171441136314415
Binary10000011101110011111100100100101111001111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413700; }

 p { color: rgb(65,55,0); }

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

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

 a { background-color: rgb(65,55,0); }

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

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

 span { border-color: rgb(65,55,0); }

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