#41261E

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

Shades of Brown Pod #41261E

Tints of Brown Pod #41261E

Color information

#41261E (or 0x41261E) is unknown color: approx Brown Pod. HEX triplet: 41, 26 and 1E. RGB value is (65,38,30). Sum of RGB (Red+Green+Blue) = 65+38+30=133 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.87% from 133); Green value is 38 (15.23% from 255 or 28.57% from 133); Blue value is 30 (12.11% from 255 or 22.56% from 133); Max value from RGB is 65 - color contains mainly: red. Hex color #41261E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41261E is #BED9E1. Grayscale: #2D2D2D. Windows color (decimal): -12507618 or 1975873. OLE color: 1975873.

HSL color Cylindrical-coordinate representation of color #41261E: hue angle of 13.71º degrees, saturation: 0.37, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #41261E is Cyan = 0, Magento = 0.42, Yellow = 0.54 and Black (K on CMYK) = 0.75.

Color convert

RGB653830-
CMYK00.420.540.75
HSL13.71º36.84%18.63%-
HSV(B)13.71º53.85%25.49%-
XYZ3.112.61.57-
YUV45.16119.45142.15-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 48.87%
GREEN value IS 38 (15.23% from 255) = 28.57%
BLUE value IS 30 (12.11% from 255) = 22.56%
R=48.87%
G=28.57%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.54
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65383000.420.540.7513.7136.8418.63
Hex41261E02A364Be2513
Octal101463605266113164523
Binary10000011001101111001010101101101001011111010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41261E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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