#41380E

Color #41380E Madras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Madras #41380E

Tints of Madras #41380E

Color information

#41380E (or 0x41380E) is unknown color: approx Madras. HEX triplet: 41, 38 and 0E. RGB value is (65,56,14). Sum of RGB (Red+Green+Blue) = 65+56+14=135 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.15% from 135); Green value is 56 (22.27% from 255 or 41.48% from 135); Blue value is 14 (5.86% from 255 or 10.37% from 135); Max value from RGB is 65 - color contains mainly: red. Hex color #41380E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41380E is #BEC7F1. Grayscale: #363636. Windows color (decimal): -12503026 or 931905. OLE color: 931905.

HSL color Cylindrical-coordinate representation of color #41380E: hue angle of 49.41º degrees, saturation: 0.65, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #41380E is Cyan = 0, Magento = 0.14, Yellow = 0.78 and Black (K on CMYK) = 0.75.

Color convert

RGB655614-
CMYK00.140.780.75
HSL49.41º64.56%15.49%-
HSV(B)49.41º78.46%25.49%-
XYZ3.673.980.99-
YUV53.9105.48135.92-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 48.15%
GREEN value IS 56 (22.27% from 255) = 41.48%
BLUE value IS 14 (5.86% from 255) = 10.37%
R=48.15%
G=41.48%
B=10.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.78
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65561400.140.780.7549.4164.5615.49
Hex4138E0E4E4B3141f
Octal10170160161161136110117
Binary10000011110001110011101001110100101111000110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41380E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41380E; }

 p { color: rgb(65,56,14); }

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

<style>
 a { background-color: #41380E; }

 a { background-color: rgb(65,56,14); }

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

<style>
 span { border-color: #41380E; }

 span { border-color: rgb(65,56,14); }

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