#413009

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

Shades of Mikado #413009

Tints of Mikado #413009

Color information

#413009 (or 0x413009) is unknown color: approx Mikado. HEX triplet: 41, 30 and 09. RGB value is (65,48,9). Sum of RGB (Red+Green+Blue) = 65+48+9=122 (16% of max value = 765). Red value is 65 (25.78% from 255 or 53.28% from 122); Green value is 48 (19.14% from 255 or 39.34% from 122); Blue value is 9 (3.91% from 255 or 7.38% from 122); Max value from RGB is 65 - color contains mainly: red. Hex color #413009 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413009 is #BECFF6. Grayscale: #303030. Windows color (decimal): -12505079 or 602177. OLE color: 602177.

HSL color Cylindrical-coordinate representation of color #413009: hue angle of 41.79º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #413009 is Cyan = 0, Magento = 0.26, Yellow = 0.86 and Black (K on CMYK) = 0.75.

Color convert

RGB65489-
CMYK00.260.860.75
HSL41.79º75.68%14.51%-
HSV(B)41.79º86.15%25.49%-
XYZ3.293.260.71-
YUV48.64105.63139.67-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 53.28%
GREEN value IS 48 (19.14% from 255) = 39.34%
BLUE value IS 9 (3.91% from 255) = 7.38%
R=53.28%
G=39.34%
B=7.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.86
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6548900.260.860.7541.7975.6814.51
Hex4130901A564B2a4cf
Octal10160110321261135211417
Binary100000111000010010110101010110100101110101010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413009; }

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

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

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

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

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

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

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

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