#41281E

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

Shades of Brown Pod #41281E

Tints of Brown Pod #41281E

Color information

#41281E (or 0x41281E) is unknown color: approx Brown Pod. HEX triplet: 41, 28 and 1E. RGB value is (65,40,30). Sum of RGB (Red+Green+Blue) = 65+40+30=135 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.15% from 135); Green value is 40 (16.02% from 255 or 29.63% from 135); Blue value is 30 (12.11% from 255 or 22.22% from 135); Max value from RGB is 65 - color contains mainly: red. Hex color #41281E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41281E is #BED7E1. Grayscale: #2E2E2E. Windows color (decimal): -12507106 or 1976385. OLE color: 1976385.

HSL color Cylindrical-coordinate representation of color #41281E: hue angle of 17.14º degrees, saturation: 0.37, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #41281E is Cyan = 0, Magento = 0.38, Yellow = 0.54 and Black (K on CMYK) = 0.75.

Color convert

RGB654030-
CMYK00.380.540.75
HSL17.14º36.84%18.63%-
HSV(B)17.14º53.85%25.49%-
XYZ3.172.741.59-
YUV46.33118.78141.31-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 48.15%
GREEN value IS 40 (16.02% from 255) = 29.63%
BLUE value IS 30 (12.11% from 255) = 22.22%
R=48.15%
G=29.63%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.54
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65403000.380.540.7517.1436.8418.63
Hex41281E026364B112513
Octal101503604666113214523
Binary100000110100011110010011011011010010111000110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41281E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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