#413212

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

Shades of Mikado #413212

Tints of Mikado #413212

Color information

#413212 (or 0x413212) is unknown color: approx Mikado. HEX triplet: 41, 32 and 12. RGB value is (65,50,18). Sum of RGB (Red+Green+Blue) = 65+50+18=133 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.87% from 133); Green value is 50 (19.92% from 255 or 37.59% from 133); Blue value is 18 (7.42% from 255 or 13.53% from 133); Max value from RGB is 65 - color contains mainly: red. Hex color #413212 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413212 is #BECDED. Grayscale: #323232. Windows color (decimal): -12504558 or 1192513. OLE color: 1192513.

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

Color convert

RGB655018-
CMYK00.230.720.75
HSL40.85º56.63%16.27%-
HSV(B)40.85º72.31%25.49%-
XYZ3.433.451.06-
YUV50.84109.47138.1-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 48.87%
GREEN value IS 50 (19.92% from 255) = 37.59%
BLUE value IS 18 (7.42% from 255) = 13.53%
R=48.87%
G=37.59%
B=13.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.72
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65501800.230.720.7540.8556.6316.27
Hex413212017484B293910
Octal1016222027110113517120
Binary1000001110010100100101111001000100101110100111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413212; }

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

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

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

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

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

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

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

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