#41231F

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

Shades of Brown Pod #41231F

Tints of Brown Pod #41231F

Color information

#41231F (or 0x41231F) is unknown color: approx Brown Pod. HEX triplet: 41, 23 and 1F. RGB value is (65,35,31). Sum of RGB (Red+Green+Blue) = 65+35+31=131 (17% of max value = 765). Red value is 65 (25.78% from 255 or 49.62% from 131); Green value is 35 (14.06% from 255 or 26.72% from 131); Blue value is 31 (12.5% from 255 or 23.66% from 131); Max value from RGB is 65 - color contains mainly: red. Hex color #41231F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41231F is #BEDCE0. Grayscale: #2B2B2B. Windows color (decimal): -12508385 or 2040641. OLE color: 2040641.

HSL color Cylindrical-coordinate representation of color #41231F: hue angle of 7.06º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #41231F is Cyan = 0, Magento = 0.46, Yellow = 0.52 and Black (K on CMYK) = 0.75.

Color convert

RGB653531-
CMYK00.460.520.75
HSL7.06º35.42%18.82%-
HSV(B)7.06º52.31%25.49%-
XYZ3.032.421.6-
YUV43.51120.94143.33-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 49.62%
GREEN value IS 35 (14.06% from 255) = 26.72%
BLUE value IS 31 (12.5% from 255) = 23.66%
R=49.62%
G=26.72%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.52
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65353100.460.520.757.0635.4218.82
Hex41231F02E344B72313
Octal10143370566411374323
Binary1000001100011111110101110110100100101111110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41231F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,35,31); }

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

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

 a { background-color: rgb(65,35,31); }

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

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

 span { border-color: rgb(65,35,31); }

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