#413003

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

Shades of Mikado #413003

Tints of Mikado #413003

Color information

#413003 (or 0x413003) is unknown color: approx Mikado. HEX triplet: 41, 30 and 03. RGB value is (65,48,3). Sum of RGB (Red+Green+Blue) = 65+48+3=116 (15% of max value = 765). Red value is 65 (25.78% from 255 or 56.03% from 116); Green value is 48 (19.14% from 255 or 41.38% from 116); Blue value is 3 (1.56% from 255 or 2.59% from 116); Max value from RGB is 65 - color contains mainly: red. Hex color #413003 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413003 is #BECFFC. Grayscale: #303030. Windows color (decimal): -12505085 or 208961. OLE color: 208961.

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

Color convert

RGB65483-
CMYK00.260.950.75
HSL43.55º91.18%13.33%-
HSV(B)43.55º95.38%25.49%-
XYZ3.253.240.54-
YUV47.95102.63140.16-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 56.03%
GREEN value IS 48 (19.14% from 255) = 41.38%
BLUE value IS 3 (1.56% from 255) = 2.59%
R=56.03%
G=41.38%
B=2.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.95
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6548300.260.950.7543.5591.1813.33
Hex4130301A5F4B2c5bd
Octal1016030321371135413315
Binary1000001110000110110101011111100101110110010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413003; }

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

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

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

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

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

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

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

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