#41271F

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

Shades of Brown Pod #41271F

Tints of Brown Pod #41271F

Color information

#41271F (or 0x41271F) is unknown color: approx Brown Pod. HEX triplet: 41, 27 and 1F. RGB value is (65,39,31). Sum of RGB (Red+Green+Blue) = 65+39+31=135 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.15% from 135); Green value is 39 (15.62% from 255 or 28.89% from 135); Blue value is 31 (12.5% from 255 or 22.96% from 135); Max value from RGB is 65 - color contains mainly: red. Hex color #41271F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41271F is #BED8E0. Grayscale: #2D2D2D. Windows color (decimal): -12507361 or 2041665. OLE color: 2041665.

HSL color Cylindrical-coordinate representation of color #41271F: hue angle of 14.12º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #41271F is Cyan = 0, Magento = 0.40, Yellow = 0.52 and Black (K on CMYK) = 0.75.

Color convert

RGB653931-
CMYK00.400.520.75
HSL14.12º35.42%18.82%-
HSV(B)14.12º52.31%25.49%-
XYZ3.152.671.65-
YUV45.86119.61141.65-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 48.15%
GREEN value IS 39 (15.62% from 255) = 28.89%
BLUE value IS 31 (12.5% from 255) = 22.96%
R=48.15%
G=28.89%
B=22.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.52
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65393100.400.520.7514.1235.4218.82
Hex41271F028344Be2313
Octal101473705064113164323
Binary10000011001111111101010001101001001011111010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41271F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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