#412D37

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

Shades of Barossa #412D37

Tints of Barossa #412D37

Color information

#412D37 (or 0x412D37) is unknown color: approx Barossa. HEX triplet: 41, 2D and 37. RGB value is (65,45,55). Sum of RGB (Red+Green+Blue) = 65+45+55=165 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.39% from 165); Green value is 45 (17.97% from 255 or 27.27% from 165); Blue value is 55 (21.88% from 255 or 33.33% from 165); Max value from RGB is 65 - color contains mainly: red. Hex color #412D37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412D37 is #BED2C8. Grayscale: #343434. Windows color (decimal): -12505801 or 3616065. OLE color: 3616065.

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

Color convert

RGB654555-
CMYK00.310.150.75
HSL330º18.18%21.57%-
HSV(B)330º30.77%25.49%-
XYZ3.813.284.05-
YUV52.12129.63137.19-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 39.39%
GREEN value IS 45 (17.97% from 255) = 27.27%
BLUE value IS 55 (21.88% from 255) = 33.33%
R=39.39%
G=27.27%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.15
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65455500.310.150.7533018.1821.57
Hex412D3701FF4B14a1216
Octal1015567037171135122226
Binary1000001101101110111011111111110010111010010101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412D37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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