#452C39

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

Shades of Barossa #452C39

Tints of Barossa #452C39

Color information

#452C39 (or 0x452C39) is unknown color: approx Barossa. HEX triplet: 45, 2C and 39. RGB value is (69,44,57). Sum of RGB (Red+Green+Blue) = 69+44+57=170 (22% of max value = 765). Red value is 69 (27.34% from 255 or 40.59% from 170); Green value is 44 (17.58% from 255 or 25.88% from 170); Blue value is 57 (22.66% from 255 or 33.53% from 170); Max value from RGB is 69 - color contains mainly: red. Hex color #452C39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452C39 is #BAD3C6. Grayscale: #343434. Windows color (decimal): -12243911 or 3746885. OLE color: 3746885.

HSL color Cylindrical-coordinate representation of color #452C39: hue angle of 328.8º degrees, saturation: 0.22, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #452C39 is Cyan = 0, Magento = 0.36, Yellow = 0.17 and Black (K on CMYK) = 0.73.

Color convert

RGB694457-
CMYK00.360.170.73
HSL328.8º22.12%22.16%-
HSV(B)328.8º36.23%27.06%-
XYZ4.093.364.3-
YUV52.96130.28139.44-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 40.59%
GREEN value IS 44 (17.58% from 255) = 25.88%
BLUE value IS 57 (22.66% from 255) = 33.53%
R=40.59%
G=25.88%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.17
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69445700.360.170.73328.822.1222.16
Hex452C3902411491491616
Octal1055471044211115112626
Binary100010110110011100101001001000110010011010010011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452C39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452C39; }

 p { color: rgb(69,44,57); }

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

<style>
 a { background-color: #452C39; }

 a { background-color: rgb(69,44,57); }

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

<style>
 span { border-color: #452C39; }

 span { border-color: rgb(69,44,57); }

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