#413203

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

Shades of Mikado #413203

Tints of Mikado #413203

Color information

#413203 (or 0x413203) is unknown color: approx Mikado. HEX triplet: 41, 32 and 03. RGB value is (65,50,3). Sum of RGB (Red+Green+Blue) = 65+50+3=118 (15% of max value = 765). Red value is 65 (25.78% from 255 or 55.08% from 118); Green value is 50 (19.92% from 255 or 42.37% from 118); Blue value is 3 (1.56% from 255 or 2.54% from 118); Max value from RGB is 65 - color contains mainly: red. Hex color #413203 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413203 is #BECDFC. Grayscale: #313131. Windows color (decimal): -12504573 or 209473. OLE color: 209473.

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

Color convert

RGB65503-
CMYK00.230.950.75
HSL45.48º91.18%13.33%-
HSV(B)45.48º95.38%25.49%-
XYZ3.343.410.57-
YUV49.13101.97139.32-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 55.08%
GREEN value IS 50 (19.92% from 255) = 42.37%
BLUE value IS 3 (1.56% from 255) = 2.54%
R=55.08%
G=42.37%
B=2.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.95
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6550300.230.950.7545.4891.1813.33
Hex413230175F4B2d5bd
Octal1016230271371135513315
Binary1000001110010110101111011111100101110110110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413203; }

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

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

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

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

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

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

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

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