#413308

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

Shades of Mikado #413308

Tints of Mikado #413308

Color information

#413308 (or 0x413308) is unknown color: approx Mikado. HEX triplet: 41, 33 and 08. RGB value is (65,51,8). Sum of RGB (Red+Green+Blue) = 65+51+8=124 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52.42% from 124); Green value is 51 (20.31% from 255 or 41.13% from 124); Blue value is 8 (3.52% from 255 or 6.45% from 124); Max value from RGB is 65 - color contains mainly: red. Hex color #413308 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413308 is #BECCF7. Grayscale: #323232. Windows color (decimal): -12504312 or 537409. OLE color: 537409.

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

Color convert

RGB65518-
CMYK00.220.880.75
HSL45.26º78.08%14.31%-
HSV(B)45.26º87.69%25.49%-
XYZ3.413.510.73-
YUV50.28104.14138.5-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 52.42%
GREEN value IS 51 (20.31% from 255) = 41.13%
BLUE value IS 8 (3.52% from 255) = 6.45%
R=52.42%
G=41.13%
B=6.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.88
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6551800.220.880.7545.2678.0814.31
Hex41338016584B2d4ee
Octal10163100261301135511616
Binary100000111001110000101101011000100101110110110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413308; }

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

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

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

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

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

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

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

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