#41200F

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

Shades of Brown Pod #41200F

Tints of Brown Pod #41200F

Color information

#41200F (or 0x41200F) is unknown color: approx Brown Pod. HEX triplet: 41, 20 and 0F. RGB value is (65,32,15). Sum of RGB (Red+Green+Blue) = 65+32+15=112 (14% of max value = 765). Red value is 65 (25.78% from 255 or 58.04% from 112); Green value is 32 (12.89% from 255 or 28.57% from 112); Blue value is 15 (6.25% from 255 or 13.39% from 112); Max value from RGB is 65 - color contains mainly: red. Hex color #41200F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41200F is #BEDFF0. Grayscale: #282828. Windows color (decimal): -12509169 or 991297. OLE color: 991297.

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

Color convert

RGB653215-
CMYK00.510.770.75
HSL20.4º62.5%15.69%-
HSV(B)20.4º76.92%25.49%-
XYZ2.782.190.73-
YUV39.93113.93145.88-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 58.04%
GREEN value IS 32 (12.89% from 255) = 28.57%
BLUE value IS 15 (6.25% from 255) = 13.39%
R=58.04%
G=28.57%
B=13.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.77
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65321500.510.770.7520.462.515.69
Hex4120F0334D4B143e10
Octal1014017063115113247620
Binary100000110000011110110011100110110010111010011111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41200F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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