#41251D

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

Shades of Brown Pod #41251D

Tints of Brown Pod #41251D

Color information

#41251D (or 0x41251D) is unknown color: approx Brown Pod. HEX triplet: 41, 25 and 1D. RGB value is (65,37,29). Sum of RGB (Red+Green+Blue) = 65+37+29=131 (17% of max value = 765). Red value is 65 (25.78% from 255 or 49.62% from 131); Green value is 37 (14.84% from 255 or 28.24% from 131); Blue value is 29 (11.72% from 255 or 22.14% from 131); Max value from RGB is 65 - color contains mainly: red. Hex color #41251D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41251D is #BEDAE2. Grayscale: #2C2C2C. Windows color (decimal): -12507875 or 1910081. OLE color: 1910081.

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

Color convert

RGB653729-
CMYK00.430.550.75
HSL13.33º38.3%18.43%-
HSV(B)13.33º55.38%25.49%-
XYZ3.062.541.49-
YUV44.46119.28142.65-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 49.62%
GREEN value IS 37 (14.84% from 255) = 28.24%
BLUE value IS 29 (11.72% from 255) = 22.14%
R=49.62%
G=28.24%
B=22.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.55
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65372900.430.550.7513.3338.318.43
Hex41251D02B374Bd2612
Octal101453505367113154622
Binary10000011001011110101010111101111001011110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41251D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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