#41281D

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

Shades of Brown Pod #41281D

Tints of Brown Pod #41281D

Color information

#41281D (or 0x41281D) is unknown color: approx Brown Pod. HEX triplet: 41, 28 and 1D. RGB value is (65,40,29). Sum of RGB (Red+Green+Blue) = 65+40+29=134 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.51% from 134); Green value is 40 (16.02% from 255 or 29.85% from 134); Blue value is 29 (11.72% from 255 or 21.64% from 134); Max value from RGB is 65 - color contains mainly: red. Hex color #41281D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41281D is #BED7E2. Grayscale: #2E2E2E. Windows color (decimal): -12507107 or 1910849. OLE color: 1910849.

HSL color Cylindrical-coordinate representation of color #41281D: hue angle of 18.33º 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 #41281D is Cyan = 0, Magento = 0.38, Yellow = 0.55 and Black (K on CMYK) = 0.75.

Color convert

RGB654029-
CMYK00.380.550.75
HSL18.33º38.3%18.43%-
HSV(B)18.33º55.38%25.49%-
XYZ3.162.731.52-
YUV46.22118.28141.39-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 48.51%
GREEN value IS 40 (16.02% from 255) = 29.85%
BLUE value IS 29 (11.72% from 255) = 21.64%
R=48.51%
G=29.85%
B=21.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.55
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65402900.380.550.7518.3338.318.43
Hex41281D026374B122612
Octal101503504667113224622
Binary100000110100011101010011011011110010111001010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41281D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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