#412A25

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

Shades of Brown Pod #412A25

Tints of Brown Pod #412A25

Color information

#412A25 (or 0x412A25) is unknown color: approx Brown Pod. HEX triplet: 41, 2A and 25. RGB value is (65,42,37). Sum of RGB (Red+Green+Blue) = 65+42+37=144 (19% of max value = 765). Red value is 65 (25.78% from 255 or 45.14% from 144); Green value is 42 (16.80% from 255 or 29.17% from 144); Blue value is 37 (14.84% from 255 or 25.69% from 144); Max value from RGB is 65 - color contains mainly: red. Hex color #412A25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412A25 is #BED5DA. Grayscale: #303030. Windows color (decimal): -12506587 or 2435649. OLE color: 2435649.

HSL color Cylindrical-coordinate representation of color #412A25: hue angle of 10.71º degrees, saturation: 0.27, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #412A25 is Cyan = 0, Magento = 0.35, Yellow = 0.43 and Black (K on CMYK) = 0.75.

Color convert

RGB654237-
CMYK00.350.430.75
HSL10.71º27.45%20%-
HSV(B)10.71º43.08%25.49%-
XYZ3.342.912.14-
YUV48.31121.62139.91-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 45.14%
GREEN value IS 42 (16.80% from 255) = 29.17%
BLUE value IS 37 (14.84% from 255) = 25.69%
R=45.14%
G=29.17%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.43
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65423700.350.430.7510.7127.4520
Hex412A250232B4Bb1b14
Octal101524504353113133324
Binary10000011010101001010100011101011100101110111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412A25; }

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

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

<style>
 a { background-color: #412A25; }

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

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

<style>
 span { border-color: #412A25; }

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

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