#41281C

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

Shades of Brown Pod #41281C

Tints of Brown Pod #41281C

Color information

#41281C (or 0x41281C) is unknown color: approx Brown Pod. HEX triplet: 41, 28 and 1C. RGB value is (65,40,28). Sum of RGB (Red+Green+Blue) = 65+40+28=133 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.87% from 133); Green value is 40 (16.02% from 255 or 30.08% from 133); Blue value is 28 (11.33% from 255 or 21.05% from 133); Max value from RGB is 65 - color contains mainly: red. Hex color #41281C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41281C is #BED7E3. Grayscale: #2E2E2E. Windows color (decimal): -12507108 or 1845313. OLE color: 1845313.

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

Color convert

RGB654028-
CMYK00.380.570.75
HSL19.46º39.78%18.24%-
HSV(B)19.46º56.92%25.49%-
XYZ3.152.731.46-
YUV46.11117.78141.48-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 48.87%
GREEN value IS 40 (16.02% from 255) = 30.08%
BLUE value IS 28 (11.33% from 255) = 21.05%
R=48.87%
G=30.08%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.57
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65402800.380.570.7519.4639.7818.24
Hex41281C026394B132812
Octal101503404671113235022
Binary100000110100011100010011011100110010111001110100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41281C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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