#413719

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

Shades of Mikado #413719

Tints of Mikado #413719

Color information

#413719 (or 0x413719) is unknown color: approx Mikado. HEX triplet: 41, 37 and 19. RGB value is (65,55,25). Sum of RGB (Red+Green+Blue) = 65+55+25=145 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.83% from 145); Green value is 55 (21.88% from 255 or 37.93% from 145); Blue value is 25 (10.16% from 255 or 17.24% from 145); Max value from RGB is 65 - color contains mainly: red. Hex color #413719 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413719 is #BEC8E6. Grayscale: #363636. Windows color (decimal): -12503271 or 1652545. OLE color: 1652545.

HSL color Cylindrical-coordinate representation of color #413719: hue angle of 45º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #413719 is Cyan = 0, Magento = 0.15, Yellow = 0.62 and Black (K on CMYK) = 0.75.

Color convert

RGB655525-
CMYK00.150.620.75
HSL45º44.44%17.65%-
HSV(B)45º61.54%25.49%-
XYZ3.723.931.48-
YUV54.57111.31135.44-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 44.83%
GREEN value IS 55 (21.88% from 255) = 37.93%
BLUE value IS 25 (10.16% from 255) = 17.24%
R=44.83%
G=37.93%
B=17.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.62
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65552500.150.620.754544.4417.65
Hex4137190F3E4B2d2c12
Octal101673101776113555422
Binary10000011101111100101111111110100101110110110110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413719; }

 p { color: rgb(65,55,25); }

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

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

 a { background-color: rgb(65,55,25); }

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

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

 span { border-color: rgb(65,55,25); }

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