#413A01

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

Shades of Madras #413A01

Tints of Madras #413A01

Color information

#413A01 (or 0x413A01) is unknown color: approx Madras. HEX triplet: 41, 3A and 01. RGB value is (65,58,1). Sum of RGB (Red+Green+Blue) = 65+58+1=124 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52.42% from 124); Green value is 58 (23.05% from 255 or 46.77% from 124); Blue value is 1 (0.78% from 255 or 0.81% from 124); Max value from RGB is 65 - color contains mainly: red. Hex color #413A01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413A01 is #BEC5FE. Grayscale: #353535. Windows color (decimal): -12502527 or 80449. OLE color: 80449.

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

Color convert

RGB65581-
CMYK00.110.980.75
HSL53.44º96.97%12.94%-
HSV(B)53.44º98.46%25.49%-
XYZ3.74.150.64-
YUV53.5998.32136.13-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 52.42%
GREEN value IS 58 (23.05% from 255) = 46.77%
BLUE value IS 1 (0.78% from 255) = 0.81%
R=52.42%
G=46.77%
B=0.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.98
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6558100.110.980.7553.4496.9712.94
Hex413A10B624B3561d
Octal1017210131421136514115
Binary10000011110101010111100010100101111010111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,58,1); }

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

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

 a { background-color: rgb(65,58,1); }

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

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

 span { border-color: rgb(65,58,1); }

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