#413217

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

Shades of Mikado #413217

Tints of Mikado #413217

Color information

#413217 (or 0x413217) is unknown color: approx Mikado. HEX triplet: 41, 32 and 17. RGB value is (65,50,23). Sum of RGB (Red+Green+Blue) = 65+50+23=138 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.10% from 138); Green value is 50 (19.92% from 255 or 36.23% from 138); Blue value is 23 (9.38% from 255 or 16.67% from 138); Max value from RGB is 65 - color contains mainly: red. Hex color #413217 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413217 is #BECDE8. Grayscale: #333333. Windows color (decimal): -12504553 or 1520193. OLE color: 1520193.

HSL color Cylindrical-coordinate representation of color #413217: hue angle of 38.57º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #413217 is Cyan = 0, Magento = 0.23, Yellow = 0.65 and Black (K on CMYK) = 0.75.

Color convert

RGB655023-
CMYK00.230.650.75
HSL38.57º47.73%17.25%-
HSV(B)38.57º64.62%25.49%-
XYZ3.483.471.3-
YUV51.41111.97137.7-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 47.10%
GREEN value IS 50 (19.92% from 255) = 36.23%
BLUE value IS 23 (9.38% from 255) = 16.67%
R=47.10%
G=36.23%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.65
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65502300.230.650.7538.5747.7317.25
Hex413217017414B273011
Octal1016227027101113476021
Binary1000001110010101110101111000001100101110011111000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413217; }

 p { color: rgb(65,50,23); }

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

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

 a { background-color: rgb(65,50,23); }

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

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

 span { border-color: rgb(65,50,23); }

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