#412E3A

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

Shades of Barossa #412E3A

Tints of Barossa #412E3A

Color information

#412E3A (or 0x412E3A) is unknown color: approx Barossa. HEX triplet: 41, 2E and 3A. RGB value is (65,46,58). Sum of RGB (Red+Green+Blue) = 65+46+58=169 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.46% from 169); Green value is 46 (18.36% from 255 or 27.22% from 169); Blue value is 58 (23.05% from 255 or 34.32% from 169); Max value from RGB is 65 - color contains mainly: red. Hex color #412E3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412E3A is #BED1C5. Grayscale: #353535. Windows color (decimal): -12505542 or 3812929. OLE color: 3812929.

HSL color Cylindrical-coordinate representation of color #412E3A: hue angle of 322.11º 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 #412E3A is Cyan = 0, Magento = 0.29, Yellow = 0.11 and Black (K on CMYK) = 0.75.

Color convert

RGB654658-
CMYK00.290.110.75
HSL322.11º17.12%21.76%-
HSV(B)322.11º29.23%25.49%-
XYZ3.923.384.45-
YUV53.05130.79136.52-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 38.46%
GREEN value IS 46 (18.36% from 255) = 27.22%
BLUE value IS 58 (23.05% from 255) = 34.32%
R=38.46%
G=27.22%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.11
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65465800.290.110.75322.1117.1221.76
Hex412E3A01DB4B1421116
Octal1015672035131135022126
Binary1000001101110111010011101101110010111010000101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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