#413902

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

Shades of Madras #413902

Tints of Madras #413902

Color information

#413902 (or 0x413902) is unknown color: approx Madras. HEX triplet: 41, 39 and 02. RGB value is (65,57,2). Sum of RGB (Red+Green+Blue) = 65+57+2=124 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52.42% from 124); Green value is 57 (22.66% from 255 or 45.97% from 124); Blue value is 2 (1.17% from 255 or 1.61% from 124); Max value from RGB is 65 - color contains mainly: red. Hex color #413902 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413902 is #BEC6FD. Grayscale: #353535. Windows color (decimal): -12502782 or 145729. OLE color: 145729.

HSL color Cylindrical-coordinate representation of color #413902: hue angle of 52.38º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #413902 is Cyan = 0, Magento = 0.12, Yellow = 0.97 and Black (K on CMYK) = 0.75.

Color convert

RGB65572-
CMYK00.120.970.75
HSL52.38º94.03%13.14%-
HSV(B)52.38º96.92%25.49%-
XYZ3.654.050.65-
YUV53.1299.15136.47-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 52.42%
GREEN value IS 57 (22.66% from 255) = 45.97%
BLUE value IS 2 (1.17% from 255) = 1.61%
R=52.42%
G=45.97%
B=1.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.97
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6557200.120.970.7552.3894.0313.14
Hex413920C614B345ed
Octal1017120141411136413615
Binary100000111100110011001100001100101111010010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413902; }

 p { color: rgb(65,57,2); }

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

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

 a { background-color: rgb(65,57,2); }

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

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

 span { border-color: rgb(65,57,2); }

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