#41271C

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

Shades of Brown Pod #41271C

Tints of Brown Pod #41271C

Color information

#41271C (or 0x41271C) is unknown color: approx Brown Pod. HEX triplet: 41, 27 and 1C. RGB value is (65,39,28). Sum of RGB (Red+Green+Blue) = 65+39+28=132 (17% of max value = 765). Red value is 65 (25.78% from 255 or 49.24% from 132); Green value is 39 (15.62% from 255 or 29.55% from 132); Blue value is 28 (11.33% from 255 or 21.21% from 132); Max value from RGB is 65 - color contains mainly: red. Hex color #41271C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41271C is #BED8E3. Grayscale: #2D2D2D. Windows color (decimal): -12507364 or 1845057. OLE color: 1845057.

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

Color convert

RGB653928-
CMYK00.400.570.75
HSL17.84º39.78%18.24%-
HSV(B)17.84º56.92%25.49%-
XYZ3.122.661.45-
YUV45.52118.11141.89-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 49.24%
GREEN value IS 39 (15.62% from 255) = 29.55%
BLUE value IS 28 (11.33% from 255) = 21.21%
R=49.24%
G=29.55%
B=21.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.57
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65392800.400.570.7517.8439.7818.24
Hex41271C028394B122812
Octal101473405071113225022
Binary100000110011111100010100011100110010111001010100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41271C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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