#412E37

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

Shades of Barossa #412E37

Tints of Barossa #412E37

Color information

#412E37 (or 0x412E37) is unknown color: approx Barossa. HEX triplet: 41, 2E and 37. RGB value is (65,46,55). Sum of RGB (Red+Green+Blue) = 65+46+55=166 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.16% from 166); Green value is 46 (18.36% from 255 or 27.71% from 166); Blue value is 55 (21.88% from 255 or 33.13% from 166); Max value from RGB is 65 - color contains mainly: red. Hex color #412E37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412E37 is #BED1C8. Grayscale: #343434. Windows color (decimal): -12505545 or 3616321. OLE color: 3616321.

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

Color convert

RGB654655-
CMYK00.290.150.75
HSL331.58º17.12%21.76%-
HSV(B)331.58º29.23%25.49%-
XYZ3.853.354.06-
YUV52.71129.29136.77-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 39.16%
GREEN value IS 46 (18.36% from 255) = 27.71%
BLUE value IS 55 (21.88% from 255) = 33.13%
R=39.16%
G=27.71%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.15
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65465500.290.150.75331.5817.1221.76
Hex412E3701DF4B14c1116
Octal1015667035171135142126
Binary1000001101110110111011101111110010111010011001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412E37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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