#413503

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

Shades of Mikado #413503

Tints of Mikado #413503

Color information

#413503 (or 0x413503) is unknown color: approx Mikado. HEX triplet: 41, 35 and 03. RGB value is (65,53,3). Sum of RGB (Red+Green+Blue) = 65+53+3=121 (16% of max value = 765). Red value is 65 (25.78% from 255 or 53.72% from 121); Green value is 53 (21.09% from 255 or 43.80% from 121); Blue value is 3 (1.56% from 255 or 2.48% from 121); Max value from RGB is 65 - color contains mainly: red. Hex color #413503 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413503 is #BECAFC. Grayscale: #333333. Windows color (decimal): -12503805 or 210241. OLE color: 210241.

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

Color convert

RGB65533-
CMYK00.180.950.75
HSL48.39º91.18%13.33%-
HSV(B)48.39º95.38%25.49%-
XYZ3.473.680.61-
YUV50.89100.98138.07-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 53.72%
GREEN value IS 53 (21.09% from 255) = 43.80%
BLUE value IS 3 (1.56% from 255) = 2.48%
R=53.72%
G=43.80%
B=2.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.95
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6553300.180.950.7548.3991.1813.33
Hex413530125F4B305bd
Octal1016530221371136013315
Binary1000001110101110100101011111100101111000010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413503; }

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

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

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

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

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

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

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

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