#41300A

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

Shades of Mikado #41300A

Tints of Mikado #41300A

Color information

#41300A (or 0x41300A) is unknown color: approx Mikado. HEX triplet: 41, 30 and 0A. RGB value is (65,48,10). Sum of RGB (Red+Green+Blue) = 65+48+10=123 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52.85% from 123); Green value is 48 (19.14% from 255 or 39.02% from 123); Blue value is 10 (4.30% from 255 or 8.13% from 123); Max value from RGB is 65 - color contains mainly: red. Hex color #41300A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41300A is #BECFF5. Grayscale: #303030. Windows color (decimal): -12505078 or 667713. OLE color: 667713.

HSL color Cylindrical-coordinate representation of color #41300A: hue angle of 41.45º 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 #41300A is Cyan = 0, Magento = 0.26, Yellow = 0.85 and Black (K on CMYK) = 0.75.

Color convert

RGB654810-
CMYK00.260.850.75
HSL41.45º73.33%14.71%-
HSV(B)41.45º84.62%25.49%-
XYZ3.293.260.74-
YUV48.75106.13139.59-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 52.85%
GREEN value IS 48 (19.14% from 255) = 39.02%
BLUE value IS 10 (4.30% from 255) = 8.13%
R=52.85%
G=39.02%
B=8.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.85
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65481000.260.850.7541.4573.3314.71
Hex4130A01A554B2949f
Octal10160120321251135111117
Binary100000111000010100110101010101100101110100110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41300A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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