#412319

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

Shades of Brown Pod #412319

Tints of Brown Pod #412319

Color information

#412319 (or 0x412319) is unknown color: approx Brown Pod. HEX triplet: 41, 23 and 19. RGB value is (65,35,25). Sum of RGB (Red+Green+Blue) = 65+35+25=125 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52% from 125); Green value is 35 (14.06% from 255 or 28% from 125); Blue value is 25 (10.16% from 255 or 20% from 125); Max value from RGB is 65 - color contains mainly: red. Hex color #412319 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412319 is #BEDCE6. Grayscale: #2A2A2A. Windows color (decimal): -12508391 or 1647425. OLE color: 1647425.

HSL color Cylindrical-coordinate representation of color #412319: hue angle of 15º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #412319 is Cyan = 0, Magento = 0.46, Yellow = 0.62 and Black (K on CMYK) = 0.75.

Color convert

RGB653525-
CMYK00.460.620.75
HSL15º44.44%17.65%-
HSV(B)15º61.54%25.49%-
XYZ2.962.41.23-
YUV42.83117.94143.81-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 52%
GREEN value IS 35 (14.06% from 255) = 28%
BLUE value IS 25 (10.16% from 255) = 20%
R=52%
G=28%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.62
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65352500.460.620.751544.4417.65
Hex41231902E3E4Bf2c12
Octal101433105676113175422
Binary10000011000111100101011101111101001011111110110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412319; }

 p { color: rgb(65,35,25); }

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

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

 a { background-color: rgb(65,35,25); }

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

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

 span { border-color: rgb(65,35,25); }

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