#41261B

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

Shades of Brown Pod #41261B

Tints of Brown Pod #41261B

Color information

#41261B (or 0x41261B) is unknown color: approx Brown Pod. HEX triplet: 41, 26 and 1B. RGB value is (65,38,27). Sum of RGB (Red+Green+Blue) = 65+38+27=130 (17% of max value = 765). Red value is 65 (25.78% from 255 or 50% from 130); Green value is 38 (15.23% from 255 or 29.23% from 130); Blue value is 27 (10.94% from 255 or 20.77% from 130); Max value from RGB is 65 - color contains mainly: red. Hex color #41261B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41261B is #BED9E4. Grayscale: #2C2C2C. Windows color (decimal): -12507621 or 1779265. OLE color: 1779265.

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

Color convert

RGB653827-
CMYK00.420.580.75
HSL17.37º41.3%18.04%-
HSV(B)17.37º58.46%25.49%-
XYZ3.072.591.37-
YUV44.82117.95142.39-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 50%
GREEN value IS 38 (15.23% from 255) = 29.23%
BLUE value IS 27 (10.94% from 255) = 20.77%
R=50%
G=29.23%
B=20.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.58
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65382700.420.580.7517.3741.318.04
Hex41261B02A3A4B112912
Octal101463305272113215122
Binary100000110011011011010101011101010010111000110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41261B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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