#41200C

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

Shades of Brown Pod #41200C

Tints of Brown Pod #41200C

Color information

#41200C (or 0x41200C) is unknown color: approx Brown Pod. HEX triplet: 41, 20 and 0C. RGB value is (65,32,12). Sum of RGB (Red+Green+Blue) = 65+32+12=109 (14% of max value = 765). Red value is 65 (25.78% from 255 or 59.63% from 109); Green value is 32 (12.89% from 255 or 29.36% from 109); Blue value is 12 (5.08% from 255 or 11.01% from 109); Max value from RGB is 65 - color contains mainly: red. Hex color #41200C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41200C is #BEDFF3. Grayscale: #272727. Windows color (decimal): -12509172 or 794689. OLE color: 794689.

HSL color Cylindrical-coordinate representation of color #41200C: hue angle of 22.64º degrees, saturation: 0.69, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #41200C is Cyan = 0, Magento = 0.51, Yellow = 0.82 and Black (K on CMYK) = 0.75.

Color convert

RGB653212-
CMYK00.510.820.75
HSL22.64º68.83%15.1%-
HSV(B)22.64º81.54%25.49%-
XYZ2.762.180.62-
YUV39.59112.43146.13-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 59.63%
GREEN value IS 32 (12.89% from 255) = 29.36%
BLUE value IS 12 (5.08% from 255) = 11.01%
R=59.63%
G=29.36%
B=11.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.82
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65321200.510.820.7522.6468.8315.1
Hex4120C033524B1745f
Octal10140140631221132710517
Binary100000110000011000110011101001010010111011110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41200C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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