#413307

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

Shades of Mikado #413307

Tints of Mikado #413307

Color information

#413307 (or 0x413307) is unknown color: approx Mikado. HEX triplet: 41, 33 and 07. RGB value is (65,51,7). Sum of RGB (Red+Green+Blue) = 65+51+7=123 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52.85% from 123); Green value is 51 (20.31% from 255 or 41.46% from 123); Blue value is 7 (3.12% from 255 or 5.69% from 123); Max value from RGB is 65 - color contains mainly: red. Hex color #413307 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413307 is #BECCF8. Grayscale: #323232. Windows color (decimal): -12504313 or 471873. OLE color: 471873.

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

Color convert

RGB65517-
CMYK00.220.890.75
HSL45.52º80.56%14.12%-
HSV(B)45.52º89.23%25.49%-
XYZ3.43.510.7-
YUV50.17103.64138.58-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 52.85%
GREEN value IS 51 (20.31% from 255) = 41.46%
BLUE value IS 7 (3.12% from 255) = 5.69%
R=52.85%
G=41.46%
B=5.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.89
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6551700.220.890.7545.5280.5614.12
Hex41337016594B2e51e
Octal1016370261311135612116
Binary10000011100111110101101011001100101110111010100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413307; }

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

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

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

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

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

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

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

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