#412322

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

Shades of Livid Brown #412322

Tints of Livid Brown #412322

Color information

#412322 (or 0x412322) is unknown color: approx Livid Brown. HEX triplet: 41, 23 and 22. RGB value is (65,35,34). Sum of RGB (Red+Green+Blue) = 65+35+34=134 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.51% from 134); Green value is 35 (14.06% from 255 or 26.12% from 134); Blue value is 34 (13.67% from 255 or 25.37% from 134); Max value from RGB is 65 - color contains mainly: red. Hex color #412322 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412322 is #BEDCDD. Grayscale: #2B2B2B. Windows color (decimal): -12508382 or 2237249. OLE color: 2237249.

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

Color convert

RGB653534-
CMYK00.460.480.75
HSL1.94º31.31%19.41%-
HSV(B)1.94º47.69%25.49%-
XYZ3.072.441.82-
YUV43.86122.44143.08-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 48.51%
GREEN value IS 35 (14.06% from 255) = 26.12%
BLUE value IS 34 (13.67% from 255) = 25.37%
R=48.51%
G=26.12%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.48
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65353400.460.480.751.9431.3119.41
Hex41232202E304B21f13
Octal10143420566011323723
Binary100000110001110001001011101100001001011101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412322; }

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

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

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

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

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

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

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

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