#413008

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

Shades of Mikado #413008

Tints of Mikado #413008

Color information

#413008 (or 0x413008) is unknown color: approx Mikado. HEX triplet: 41, 30 and 08. RGB value is (65,48,8). Sum of RGB (Red+Green+Blue) = 65+48+8=121 (16% of max value = 765). Red value is 65 (25.78% from 255 or 53.72% from 121); Green value is 48 (19.14% from 255 or 39.67% from 121); Blue value is 8 (3.52% from 255 or 6.61% from 121); Max value from RGB is 65 - color contains mainly: red. Hex color #413008 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413008 is #BECFF7. Grayscale: #303030. Windows color (decimal): -12505080 or 536641. OLE color: 536641.

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

Color convert

RGB65488-
CMYK00.260.880.75
HSL42.11º78.08%14.31%-
HSV(B)42.11º87.69%25.49%-
XYZ3.283.260.69-
YUV48.52105.13139.75-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 53.72%
GREEN value IS 48 (19.14% from 255) = 39.67%
BLUE value IS 8 (3.52% from 255) = 6.61%
R=53.72%
G=39.67%
B=6.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.88
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6548800.260.880.7542.1178.0814.31
Hex4130801A584B2a4ee
Octal10160100321301135211616
Binary100000111000010000110101011000100101110101010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413008; }

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

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

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

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

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

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

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

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