#41330C

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

Shades of Mikado #41330C

Tints of Mikado #41330C

Color information

#41330C (or 0x41330C) is unknown color: approx Mikado. HEX triplet: 41, 33 and 0C. RGB value is (65,51,12). Sum of RGB (Red+Green+Blue) = 65+51+12=128 (16% of max value = 765). Red value is 65 (25.78% from 255 or 50.78% from 128); Green value is 51 (20.31% from 255 or 39.84% from 128); Blue value is 12 (5.08% from 255 or 9.38% from 128); Max value from RGB is 65 - color contains mainly: red. Hex color #41330C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41330C is #BECCF3. Grayscale: #323232. Windows color (decimal): -12504308 or 799553. OLE color: 799553.

HSL color Cylindrical-coordinate representation of color #41330C: hue angle of 44.15º 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 #41330C is Cyan = 0, Magento = 0.22, Yellow = 0.82 and Black (K on CMYK) = 0.75.

Color convert

RGB655112-
CMYK00.220.820.75
HSL44.15º68.83%15.1%-
HSV(B)44.15º81.54%25.49%-
XYZ3.433.520.85-
YUV50.74106.14138.17-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 50.78%
GREEN value IS 51 (20.31% from 255) = 39.84%
BLUE value IS 12 (5.08% from 255) = 9.38%
R=50.78%
G=39.84%
B=9.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.82
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65511200.220.820.7544.1568.8315.1
Hex4133C016524B2c45f
Octal10163140261221135410517
Binary100000111001111000101101010010100101110110010001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41330C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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