#412724

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

Shades of Livid Brown #412724

Tints of Livid Brown #412724

Color information

#412724 (or 0x412724) is unknown color: approx Livid Brown. HEX triplet: 41, 27 and 24. RGB value is (65,39,36). Sum of RGB (Red+Green+Blue) = 65+39+36=140 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.43% from 140); Green value is 39 (15.62% from 255 or 27.86% from 140); Blue value is 36 (14.45% from 255 or 25.71% from 140); Max value from RGB is 65 - color contains mainly: red. Hex color #412724 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412724 is #BED8DB. Grayscale: #2E2E2E. Windows color (decimal): -12507356 or 2369345. OLE color: 2369345.

HSL color Cylindrical-coordinate representation of color #412724: hue angle of 6.21º 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 #412724 is Cyan = 0, Magento = 0.40, Yellow = 0.45 and Black (K on CMYK) = 0.75.

Color convert

RGB653936-
CMYK00.400.450.75
HSL6.21º28.71%19.8%-
HSV(B)6.21º44.62%25.49%-
XYZ3.222.72.02-
YUV46.43122.11141.24-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 46.43%
GREEN value IS 39 (15.62% from 255) = 27.86%
BLUE value IS 36 (14.45% from 255) = 25.71%
R=46.43%
G=27.86%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.45
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65393600.400.450.756.2128.7119.8
Hex4127240282D4B61d14
Octal10147440505511363524
Binary1000001100111100100010100010110110010111101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412724; }

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

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

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

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

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

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

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

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