#413108

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

Shades of Mikado #413108

Tints of Mikado #413108

Color information

#413108 (or 0x413108) is unknown color: approx Mikado. HEX triplet: 41, 31 and 08. RGB value is (65,49,8). Sum of RGB (Red+Green+Blue) = 65+49+8=122 (16% of max value = 765). Red value is 65 (25.78% from 255 or 53.28% from 122); Green value is 49 (19.53% from 255 or 40.16% from 122); Blue value is 8 (3.52% from 255 or 6.56% from 122); Max value from RGB is 65 - color contains mainly: red. Hex color #413108 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413108 is #BECEF7. Grayscale: #313131. Windows color (decimal): -12504824 or 536897. OLE color: 536897.

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

Color convert

RGB65498-
CMYK00.250.880.75
HSL43.16º78.08%14.31%-
HSV(B)43.16º87.69%25.49%-
XYZ3.323.340.7-
YUV49.11104.8139.33-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 53.28%
GREEN value IS 49 (19.53% from 255) = 40.16%
BLUE value IS 8 (3.52% from 255) = 6.56%
R=53.28%
G=40.16%
B=6.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.88
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6549800.250.880.7543.1678.0814.31
Hex41318019584B2b4ee
Octal10161100311301135311616
Binary100000111000110000110011011000100101110101110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413108; }

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

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

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

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

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

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

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

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