#41220E

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

Shades of Brown Pod #41220E

Tints of Brown Pod #41220E

Color information

#41220E (or 0x41220E) is unknown color: approx Brown Pod. HEX triplet: 41, 22 and 0E. RGB value is (65,34,14). Sum of RGB (Red+Green+Blue) = 65+34+14=113 (14% of max value = 765). Red value is 65 (25.78% from 255 or 57.52% from 113); Green value is 34 (13.67% from 255 or 30.09% from 113); Blue value is 14 (5.86% from 255 or 12.39% from 113); Max value from RGB is 65 - color contains mainly: red. Hex color #41220E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41220E is #BEDDF1. Grayscale: #292929. Windows color (decimal): -12508658 or 926273. OLE color: 926273.

HSL color Cylindrical-coordinate representation of color #41220E: hue angle of 23.53º 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 #41220E is Cyan = 0, Magento = 0.48, Yellow = 0.78 and Black (K on CMYK) = 0.75.

Color convert

RGB653414-
CMYK00.480.780.75
HSL23.53º64.56%15.49%-
HSV(B)23.53º78.46%25.49%-
XYZ2.832.30.71-
YUV40.99112.77145.13-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 57.52%
GREEN value IS 34 (13.67% from 255) = 30.09%
BLUE value IS 14 (5.86% from 255) = 12.39%
R=57.52%
G=30.09%
B=12.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.78
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65341400.480.780.7523.5364.5615.49
Hex4122E0304E4B1841f
Octal10142160601161133010117
Binary100000110001011100110000100111010010111100010000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41220E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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