#41271A

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

Shades of Brown Pod #41271A

Tints of Brown Pod #41271A

Color information

#41271A (or 0x41271A) is unknown color: approx Brown Pod. HEX triplet: 41, 27 and 1A. RGB value is (65,39,26). Sum of RGB (Red+Green+Blue) = 65+39+26=130 (17% of max value = 765). Red value is 65 (25.78% from 255 or 50% from 130); Green value is 39 (15.62% from 255 or 30% from 130); Blue value is 26 (10.55% from 255 or 20% from 130); Max value from RGB is 65 - color contains mainly: red. Hex color #41271A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41271A is #BED8E5. Grayscale: #2D2D2D. Windows color (decimal): -12507366 or 1713985. OLE color: 1713985.

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

Color convert

RGB653926-
CMYK00.400.600.75
HSL20º42.86%17.84%-
HSV(B)20º60%25.49%-
XYZ3.092.651.33-
YUV45.29117.11142.06-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 50%
GREEN value IS 39 (15.62% from 255) = 30%
BLUE value IS 26 (10.55% from 255) = 20%
R=50%
G=30%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.60
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65392600.400.600.752042.8617.84
Hex41271A0283C4B142b12
Octal101473205074113245322
Binary100000110011111010010100011110010010111010010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41271A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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