#41330D

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

Shades of Mikado #41330D

Tints of Mikado #41330D

Color information

#41330D (or 0x41330D) is unknown color: approx Mikado. HEX triplet: 41, 33 and 0D. RGB value is (65,51,13). Sum of RGB (Red+Green+Blue) = 65+51+13=129 (17% of max value = 765). Red value is 65 (25.78% from 255 or 50.39% from 129); Green value is 51 (20.31% from 255 or 39.53% from 129); Blue value is 13 (5.47% from 255 or 10.08% from 129); Max value from RGB is 65 - color contains mainly: red. Hex color #41330D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41330D is #BECCF2. Grayscale: #333333. Windows color (decimal): -12504307 or 865089. OLE color: 865089.

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

Color convert

RGB655113-
CMYK00.220.800.75
HSL43.85º66.67%15.29%-
HSV(B)43.85º80%25.49%-
XYZ3.443.520.88-
YUV50.85106.64138.09-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 50.39%
GREEN value IS 51 (20.31% from 255) = 39.53%
BLUE value IS 13 (5.47% from 255) = 10.08%
R=50.39%
G=39.53%
B=10.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.80
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65511300.220.800.7543.8566.6715.29
Hex4133D016504B2c43f
Octal10163150261201135410317
Binary100000111001111010101101010000100101110110010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41330D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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