#412E38

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

Shades of Barossa #412E38

Tints of Barossa #412E38

Color information

#412E38 (or 0x412E38) is unknown color: approx Barossa. HEX triplet: 41, 2E and 38. RGB value is (65,46,56). Sum of RGB (Red+Green+Blue) = 65+46+56=167 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.92% from 167); Green value is 46 (18.36% from 255 or 27.54% from 167); Blue value is 56 (22.27% from 255 or 33.53% from 167); Max value from RGB is 65 - color contains mainly: red. Hex color #412E38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412E38 is #BED1C7. Grayscale: #343434. Windows color (decimal): -12505544 or 3681857. OLE color: 3681857.

HSL color Cylindrical-coordinate representation of color #412E38: hue angle of 328.42º degrees, saturation: 0.17, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #412E38 is Cyan = 0, Magento = 0.29, Yellow = 0.14 and Black (K on CMYK) = 0.75.

Color convert

RGB654656-
CMYK00.290.140.75
HSL328.42º17.12%21.76%-
HSV(B)328.42º29.23%25.49%-
XYZ3.873.364.19-
YUV52.82129.79136.69-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 38.92%
GREEN value IS 46 (18.36% from 255) = 27.54%
BLUE value IS 56 (22.27% from 255) = 33.53%
R=38.92%
G=27.54%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.14
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65465600.290.140.75328.4217.1221.76
Hex412E3801DE4B1481116
Octal1015670035161135102126
Binary1000001101110111000011101111010010111010010001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,46,56); }

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

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

 a { background-color: rgb(65,46,56); }

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

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

 span { border-color: rgb(65,46,56); }

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