#41231C

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

Shades of Brown Pod #41231C

Tints of Brown Pod #41231C

Color information

#41231C (or 0x41231C) is unknown color: approx Brown Pod. HEX triplet: 41, 23 and 1C. RGB value is (65,35,28). Sum of RGB (Red+Green+Blue) = 65+35+28=128 (16% of max value = 765). Red value is 65 (25.78% from 255 or 50.78% from 128); Green value is 35 (14.06% from 255 or 27.34% from 128); Blue value is 28 (11.33% from 255 or 21.88% from 128); Max value from RGB is 65 - color contains mainly: red. Hex color #41231C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41231C is #BEDCE3. Grayscale: #2B2B2B. Windows color (decimal): -12508388 or 1844033. OLE color: 1844033.

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

Color convert

RGB653528-
CMYK00.460.570.75
HSL11.35º39.78%18.24%-
HSV(B)11.35º56.92%25.49%-
XYZ2.992.411.41-
YUV43.17119.44143.57-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 50.78%
GREEN value IS 35 (14.06% from 255) = 27.34%
BLUE value IS 28 (11.33% from 255) = 21.88%
R=50.78%
G=27.34%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.57
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65352800.460.570.7511.3539.7818.24
Hex41231C02E394Bb2812
Octal101433405671113135022
Binary10000011000111110001011101110011001011101110100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41231C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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