#413502

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

Shades of Mikado #413502

Tints of Mikado #413502

Color information

#413502 (or 0x413502) is unknown color: approx Mikado. HEX triplet: 41, 35 and 02. RGB value is (65,53,2). Sum of RGB (Red+Green+Blue) = 65+53+2=120 (15% of max value = 765). Red value is 65 (25.78% from 255 or 54.17% from 120); Green value is 53 (21.09% from 255 or 44.17% from 120); Blue value is 2 (1.17% from 255 or 1.67% from 120); Max value from RGB is 65 - color contains mainly: red. Hex color #413502 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413502 is #BECAFD. Grayscale: #323232. Windows color (decimal): -12503806 or 144705. OLE color: 144705.

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

Color convert

RGB65532-
CMYK00.180.970.75
HSL48.57º94.03%13.14%-
HSV(B)48.57º96.92%25.49%-
XYZ3.463.670.58-
YUV50.77100.48138.15-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 54.17%
GREEN value IS 53 (21.09% from 255) = 44.17%
BLUE value IS 2 (1.17% from 255) = 1.67%
R=54.17%
G=44.17%
B=1.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.97
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6553200.180.970.7548.5794.0313.14
Hex41352012614B315ed
Octal1016520221411136113615
Binary1000001110101100100101100001100101111000110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413502; }

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

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

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

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

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

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

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

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