#41261A

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

Shades of Brown Pod #41261A

Tints of Brown Pod #41261A

Color information

#41261A (or 0x41261A) is unknown color: approx Brown Pod. HEX triplet: 41, 26 and 1A. RGB value is (65,38,26). Sum of RGB (Red+Green+Blue) = 65+38+26=129 (17% of max value = 765). Red value is 65 (25.78% from 255 or 50.39% from 129); Green value is 38 (15.23% from 255 or 29.46% from 129); Blue value is 26 (10.55% from 255 or 20.16% from 129); Max value from RGB is 65 - color contains mainly: red. Hex color #41261A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41261A is #BED9E5. Grayscale: #2C2C2C. Windows color (decimal): -12507622 or 1713729. OLE color: 1713729.

HSL color Cylindrical-coordinate representation of color #41261A: hue angle of 18.46º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #41261A is Cyan = 0, Magento = 0.42, Yellow = 0.60 and Black (K on CMYK) = 0.75.

Color convert

RGB653826-
CMYK00.420.600.75
HSL18.46º42.86%17.84%-
HSV(B)18.46º60%25.49%-
XYZ3.062.581.31-
YUV44.7117.45142.48-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 50.39%
GREEN value IS 38 (15.23% from 255) = 29.46%
BLUE value IS 26 (10.55% from 255) = 20.16%
R=50.39%
G=29.46%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.60
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65382600.420.600.7518.4642.8617.84
Hex41261A02A3C4B122b12
Octal101463205274113225322
Binary100000110011011010010101011110010010111001010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41261A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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