#41350F

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

Shades of Mikado #41350F

Tints of Mikado #41350F

Color information

#41350F (or 0x41350F) is unknown color: approx Mikado. HEX triplet: 41, 35 and 0F. RGB value is (65,53,15). Sum of RGB (Red+Green+Blue) = 65+53+15=133 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.87% from 133); Green value is 53 (21.09% from 255 or 39.85% from 133); Blue value is 15 (6.25% from 255 or 11.28% from 133); Max value from RGB is 65 - color contains mainly: red. Hex color #41350F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41350F is #BECAF0. Grayscale: #343434. Windows color (decimal): -12503793 or 996673. OLE color: 996673.

HSL color Cylindrical-coordinate representation of color #41350F: hue angle of 45.6º 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 #41350F is Cyan = 0, Magento = 0.18, Yellow = 0.77 and Black (K on CMYK) = 0.75.

Color convert

RGB655315-
CMYK00.180.770.75
HSL45.6º62.5%15.69%-
HSV(B)45.6º76.92%25.49%-
XYZ3.543.70.98-
YUV52.26106.98137.09-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 48.87%
GREEN value IS 53 (21.09% from 255) = 39.85%
BLUE value IS 15 (6.25% from 255) = 11.28%
R=48.87%
G=39.85%
B=11.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.77
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65531500.180.770.7545.662.515.69
Hex4135F0124D4B2e3e10
Octal1016517022115113567620
Binary100000111010111110100101001101100101110111011111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41350F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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