#41261C

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

Shades of Brown Pod #41261C

Tints of Brown Pod #41261C

Color information

#41261C (or 0x41261C) is unknown color: approx Brown Pod. HEX triplet: 41, 26 and 1C. RGB value is (65,38,28). Sum of RGB (Red+Green+Blue) = 65+38+28=131 (17% of max value = 765). Red value is 65 (25.78% from 255 or 49.62% from 131); Green value is 38 (15.23% from 255 or 29.01% from 131); Blue value is 28 (11.33% from 255 or 21.37% from 131); Max value from RGB is 65 - color contains mainly: red. Hex color #41261C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41261C is #BED9E3. Grayscale: #2D2D2D. Windows color (decimal): -12507620 or 1844801. OLE color: 1844801.

HSL color Cylindrical-coordinate representation of color #41261C: hue angle of 16.22º 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 #41261C is Cyan = 0, Magento = 0.42, Yellow = 0.57 and Black (K on CMYK) = 0.75.

Color convert

RGB653828-
CMYK00.420.570.75
HSL16.22º39.78%18.24%-
HSV(B)16.22º56.92%25.49%-
XYZ3.082.591.44-
YUV44.93118.45142.31-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 49.62%
GREEN value IS 38 (15.23% from 255) = 29.01%
BLUE value IS 28 (11.33% from 255) = 21.37%
R=49.62%
G=29.01%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.57
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65382800.420.570.7516.2239.7818.24
Hex41261C02A394B102812
Octal101463405271113205022
Binary100000110011011100010101011100110010111000010100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41261C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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