#41330A

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

Shades of Mikado #41330A

Tints of Mikado #41330A

Color information

#41330A (or 0x41330A) is unknown color: approx Mikado. HEX triplet: 41, 33 and 0A. RGB value is (65,51,10). Sum of RGB (Red+Green+Blue) = 65+51+10=126 (16% of max value = 765). Red value is 65 (25.78% from 255 or 51.59% from 126); Green value is 51 (20.31% from 255 or 40.48% from 126); Blue value is 10 (4.30% from 255 or 7.94% from 126); Max value from RGB is 65 - color contains mainly: red. Hex color #41330A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41330A is #BECCF5. Grayscale: #323232. Windows color (decimal): -12504310 or 668481. OLE color: 668481.

HSL color Cylindrical-coordinate representation of color #41330A: hue angle of 44.73º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #41330A is Cyan = 0, Magento = 0.22, Yellow = 0.85 and Black (K on CMYK) = 0.75.

Color convert

RGB655110-
CMYK00.220.850.75
HSL44.73º73.33%14.71%-
HSV(B)44.73º84.62%25.49%-
XYZ3.423.510.79-
YUV50.51105.14138.33-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 51.59%
GREEN value IS 51 (20.31% from 255) = 40.48%
BLUE value IS 10 (4.30% from 255) = 7.94%
R=51.59%
G=40.48%
B=7.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.85
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65511000.220.850.7544.7373.3314.71
Hex4133A016554B2d49f
Octal10163120261251135511117
Binary100000111001110100101101010101100101110110110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41330A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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