#41271D

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

Shades of Brown Pod #41271D

Tints of Brown Pod #41271D

Color information

#41271D (or 0x41271D) is unknown color: approx Brown Pod. HEX triplet: 41, 27 and 1D. RGB value is (65,39,29). Sum of RGB (Red+Green+Blue) = 65+39+29=133 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.87% from 133); Green value is 39 (15.62% from 255 or 29.32% from 133); Blue value is 29 (11.72% from 255 or 21.80% from 133); Max value from RGB is 65 - color contains mainly: red. Hex color #41271D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41271D is #BED8E2. Grayscale: #2D2D2D. Windows color (decimal): -12507363 or 1910593. OLE color: 1910593.

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

Color convert

RGB653929-
CMYK00.400.550.75
HSL16.67º38.3%18.43%-
HSV(B)16.67º55.38%25.49%-
XYZ3.132.661.51-
YUV45.63118.61141.81-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 48.87%
GREEN value IS 39 (15.62% from 255) = 29.32%
BLUE value IS 29 (11.72% from 255) = 21.80%
R=48.87%
G=29.32%
B=21.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.55
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65392900.400.550.7516.6738.318.43
Hex41271D028374B112612
Octal101473505067113214622
Binary100000110011111101010100011011110010111000110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41271D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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