#41320D

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

Shades of Mikado #41320D

Tints of Mikado #41320D

Color information

#41320D (or 0x41320D) is unknown color: approx Mikado. HEX triplet: 41, 32 and 0D. RGB value is (65,50,13). Sum of RGB (Red+Green+Blue) = 65+50+13=128 (16% of max value = 765). Red value is 65 (25.78% from 255 or 50.78% from 128); Green value is 50 (19.92% from 255 or 39.06% from 128); Blue value is 13 (5.47% from 255 or 10.16% from 128); Max value from RGB is 65 - color contains mainly: red. Hex color #41320D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41320D is #BECDF2. Grayscale: #323232. Windows color (decimal): -12504563 or 864833. OLE color: 864833.

HSL color Cylindrical-coordinate representation of color #41320D: hue angle of 42.69º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #41320D is Cyan = 0, Magento = 0.23, Yellow = 0.80 and Black (K on CMYK) = 0.75.

Color convert

RGB655013-
CMYK00.230.800.75
HSL42.69º66.67%15.29%-
HSV(B)42.69º80%25.49%-
XYZ3.393.430.86-
YUV50.27106.97138.51-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 50.78%
GREEN value IS 50 (19.92% from 255) = 39.06%
BLUE value IS 13 (5.47% from 255) = 10.16%
R=50.78%
G=39.06%
B=10.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.80
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65501300.230.800.7542.6966.6715.29
Hex4132D017504B2b43f
Octal10162150271201135310317
Binary100000111001011010101111010000100101110101110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41320D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41320D; }

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

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

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

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

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

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

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

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