#41320C

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

Shades of Mikado #41320C

Tints of Mikado #41320C

Color information

#41320C (or 0x41320C) is unknown color: approx Mikado. HEX triplet: 41, 32 and 0C. RGB value is (65,50,12). Sum of RGB (Red+Green+Blue) = 65+50+12=127 (16% of max value = 765). Red value is 65 (25.78% from 255 or 51.18% from 127); Green value is 50 (19.92% from 255 or 39.37% from 127); Blue value is 12 (5.08% from 255 or 9.45% from 127); Max value from RGB is 65 - color contains mainly: red. Hex color #41320C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41320C is #BECDF3. Grayscale: #323232. Windows color (decimal): -12504564 or 799297. OLE color: 799297.

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

Color convert

RGB655012-
CMYK00.230.820.75
HSL43.02º68.83%15.1%-
HSV(B)43.02º81.54%25.49%-
XYZ3.393.430.83-
YUV50.15106.47138.59-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 51.18%
GREEN value IS 50 (19.92% from 255) = 39.37%
BLUE value IS 12 (5.08% from 255) = 9.45%
R=51.18%
G=39.37%
B=9.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.82
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65501200.230.820.7543.0268.8315.1
Hex4132C017524B2b45f
Octal10162140271221135310517
Binary100000111001011000101111010010100101110101110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41320C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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