#413608

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

Shades of Mikado #413608

Tints of Mikado #413608

Color information

#413608 (or 0x413608) is unknown color: approx Mikado. HEX triplet: 41, 36 and 08. RGB value is (65,54,8). Sum of RGB (Red+Green+Blue) = 65+54+8=127 (16% of max value = 765). Red value is 65 (25.78% from 255 or 51.18% from 127); Green value is 54 (21.48% from 255 or 42.52% from 127); Blue value is 8 (3.52% from 255 or 6.30% from 127); Max value from RGB is 65 - color contains mainly: red. Hex color #413608 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413608 is #BEC9F7. Grayscale: #343434. Windows color (decimal): -12503544 or 538177. OLE color: 538177.

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

Color convert

RGB65548-
CMYK00.170.880.75
HSL48.42º78.08%14.31%-
HSV(B)48.42º87.69%25.49%-
XYZ3.543.780.77-
YUV52.04103.14137.24-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 51.18%
GREEN value IS 54 (21.48% from 255) = 42.52%
BLUE value IS 8 (3.52% from 255) = 6.30%
R=51.18%
G=42.52%
B=6.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.88
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6554800.170.880.7548.4278.0814.31
Hex41368011584B304ee
Octal10166100211301136011616
Binary100000111011010000100011011000100101111000010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413608; }

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

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

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

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

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

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

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

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