#412C38

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

Shades of Barossa #412C38

Tints of Barossa #412C38

Color information

#412C38 (or 0x412C38) is unknown color: approx Barossa. HEX triplet: 41, 2C and 38. RGB value is (65,44,56). Sum of RGB (Red+Green+Blue) = 65+44+56=165 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.39% from 165); Green value is 44 (17.58% from 255 or 26.67% from 165); Blue value is 56 (22.27% from 255 or 33.94% from 165); Max value from RGB is 65 - color contains mainly: red. Hex color #412C38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412C38 is #BED3C7. Grayscale: #333333. Windows color (decimal): -12506056 or 3681345. OLE color: 3681345.

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

Color convert

RGB654456-
CMYK00.320.140.75
HSL325.71º19.27%21.37%-
HSV(B)325.71º32.31%25.49%-
XYZ3.793.214.16-
YUV51.65130.46137.52-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 39.39%
GREEN value IS 44 (17.58% from 255) = 26.67%
BLUE value IS 56 (22.27% from 255) = 33.94%
R=39.39%
G=26.67%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.14
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65445600.320.140.75325.7119.2721.37
Hex412C38020E4B1461315
Octal1015470040161135062325
Binary10000011011001110000100000111010010111010001101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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