#41360F

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

Shades of Mikado #41360F

Tints of Mikado #41360F

Color information

#41360F (or 0x41360F) is unknown color: approx Mikado. HEX triplet: 41, 36 and 0F. RGB value is (65,54,15). Sum of RGB (Red+Green+Blue) = 65+54+15=134 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.51% from 134); Green value is 54 (21.48% from 255 or 40.30% from 134); Blue value is 15 (6.25% from 255 or 11.19% from 134); Max value from RGB is 65 - color contains mainly: red. Hex color #41360F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41360F is #BEC9F0. Grayscale: #353535. Windows color (decimal): -12503537 or 996929. OLE color: 996929.

HSL color Cylindrical-coordinate representation of color #41360F: hue angle of 46.8º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #41360F is Cyan = 0, Magento = 0.17, Yellow = 0.77 and Black (K on CMYK) = 0.75.

Color convert

RGB655415-
CMYK00.170.770.75
HSL46.8º62.5%15.69%-
HSV(B)46.8º76.92%25.49%-
XYZ3.593.81-
YUV52.84106.64136.67-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 48.51%
GREEN value IS 54 (21.48% from 255) = 40.30%
BLUE value IS 15 (6.25% from 255) = 11.19%
R=48.51%
G=40.30%
B=11.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.77
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65541500.170.770.7546.862.515.69
Hex4136F0114D4B2f3e10
Octal1016617021115113577620
Binary100000111011011110100011001101100101110111111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41360F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41360F; }

 p { color: rgb(65,54,15); }

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

<style>
 a { background-color: #41360F; }

 a { background-color: rgb(65,54,15); }

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

<style>
 span { border-color: #41360F; }

 span { border-color: rgb(65,54,15); }

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