#41150A

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

Shades of Brown Pod #41150A

Tints of Brown Pod #41150A

Color information

#41150A (or 0x41150A) is unknown color: approx Brown Pod. HEX triplet: 41, 15 and 0A. RGB value is (65,21,10). Sum of RGB (Red+Green+Blue) = 65+21+10=96 (12% of max value = 765). Red value is 65 (25.78% from 255 or 67.71% from 96); Green value is 21 (8.59% from 255 or 21.88% from 96); Blue value is 10 (4.30% from 255 or 10.42% from 96); Max value from RGB is 65 - color contains mainly: red. Hex color #41150A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #41150A is #BEEAF5. Grayscale: #202020. Windows color (decimal): -12511990 or 660801. OLE color: 660801.

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

Color convert

RGB652110-
CMYK00.680.850.75
HSL12º73.33%14.71%-
HSV(B)12º84.62%25.49%-
XYZ2.51.680.48-
YUV32.9115.08150.89-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 67.71%
GREEN value IS 21 (8.59% from 255) = 21.88%
BLUE value IS 10 (4.30% from 255) = 10.42%
R=67.71%
G=21.88%
B=10.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.85
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65211000.680.850.751273.3314.71
Hex4115A044554Bc49f
Octal101251201041251131411117
Binary10000011010110100100010010101011001011110010010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41150A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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