#41180D

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

Shades of Brown Pod #41180D

Tints of Brown Pod #41180D

Color information

#41180D (or 0x41180D) is unknown color: approx Brown Pod. HEX triplet: 41, 18 and 0D. RGB value is (65,24,13). Sum of RGB (Red+Green+Blue) = 65+24+13=102 (13% of max value = 765). Red value is 65 (25.78% from 255 or 63.73% from 102); Green value is 24 (9.77% from 255 or 23.53% from 102); Blue value is 13 (5.47% from 255 or 12.75% from 102); Max value from RGB is 65 - color contains mainly: red. Hex color #41180D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #41180D is #BEE7F2. Grayscale: #232323. Windows color (decimal): -12511219 or 858177. OLE color: 858177.

HSL color Cylindrical-coordinate representation of color #41180D: hue angle of 12.69º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #41180D is Cyan = 0, Magento = 0.63, Yellow = 0.80 and Black (K on CMYK) = 0.75.

Color convert

RGB652413-
CMYK00.630.800.75
HSL12.69º66.67%15.29%-
HSV(B)12.69º80%25.49%-
XYZ2.581.810.59-
YUV35115.58149.39-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 63.73%
GREEN value IS 24 (9.77% from 255) = 23.53%
BLUE value IS 13 (5.47% from 255) = 12.75%
R=63.73%
G=23.53%
B=12.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.80
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65241300.630.800.7512.6966.6715.29
Hex4118D03F504Bd43f
Octal10130150771201131510317
Binary1000001110001101011111110100001001011110110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41180D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41180D; }

 p { color: rgb(65,24,13); }

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

<style>
 a { background-color: #41180D; }

 a { background-color: rgb(65,24,13); }

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

<style>
 span { border-color: #41180D; }

 span { border-color: rgb(65,24,13); }

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