#452C37

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

Shades of Barossa #452C37

Tints of Barossa #452C37

Color information

#452C37 (or 0x452C37) is unknown color: approx Barossa. HEX triplet: 45, 2C and 37. RGB value is (69,44,55). Sum of RGB (Red+Green+Blue) = 69+44+55=168 (22% of max value = 765). Red value is 69 (27.34% from 255 or 41.07% from 168); Green value is 44 (17.58% from 255 or 26.19% from 168); Blue value is 55 (21.88% from 255 or 32.74% from 168); Max value from RGB is 69 - color contains mainly: red. Hex color #452C37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452C37 is #BAD3C8. Grayscale: #343434. Windows color (decimal): -12243913 or 3615813. OLE color: 3615813.

HSL color Cylindrical-coordinate representation of color #452C37: hue angle of 333.6º 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 #452C37 is Cyan = 0, Magento = 0.36, Yellow = 0.20 and Black (K on CMYK) = 0.73.

Color convert

RGB694455-
CMYK00.360.200.73
HSL333.6º22.12%22.16%-
HSV(B)333.6º36.23%27.06%-
XYZ4.043.344.05-
YUV52.73129.28139.61-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 41.07%
GREEN value IS 44 (17.58% from 255) = 26.19%
BLUE value IS 55 (21.88% from 255) = 32.74%
R=41.07%
G=26.19%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.20
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69445500.360.200.73333.622.1222.16
Hex452C37024144914e1616
Octal1055467044241115162626
Binary100010110110011011101001001010010010011010011101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452C37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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