#412624

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

Shades of Livid Brown #412624

Tints of Livid Brown #412624

Color information

#412624 (or 0x412624) is unknown color: approx Livid Brown. HEX triplet: 41, 26 and 24. RGB value is (65,38,36). Sum of RGB (Red+Green+Blue) = 65+38+36=139 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.76% from 139); Green value is 38 (15.23% from 255 or 27.34% from 139); Blue value is 36 (14.45% from 255 or 25.90% from 139); Max value from RGB is 65 - color contains mainly: red. Hex color #412624 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412624 is #BED9DB. Grayscale: #2D2D2D. Windows color (decimal): -12507612 or 2369089. OLE color: 2369089.

HSL color Cylindrical-coordinate representation of color #412624: hue angle of 4.14º degrees, saturation: 0.29, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #412624 is Cyan = 0, Magento = 0.42, Yellow = 0.45 and Black (K on CMYK) = 0.75.

Color convert

RGB653836-
CMYK00.420.450.75
HSL4.14º28.71%19.8%-
HSV(B)4.14º44.62%25.49%-
XYZ3.192.642.01-
YUV45.84122.45141.66-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 46.76%
GREEN value IS 38 (15.23% from 255) = 27.34%
BLUE value IS 36 (14.45% from 255) = 25.90%
R=46.76%
G=27.34%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.45
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65383600.420.450.754.1428.7119.8
Hex41262402A2D4B41d14
Octal10146440525511343524
Binary1000001100110100100010101010110110010111001110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412624; }

 p { color: rgb(65,38,36); }

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

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

 a { background-color: rgb(65,38,36); }

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

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

 span { border-color: rgb(65,38,36); }

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