#452A36

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

Shades of Barossa #452A36

Tints of Barossa #452A36

Color information

#452A36 (or 0x452A36) is unknown color: approx Barossa. HEX triplet: 45, 2A and 36. RGB value is (69,42,54). Sum of RGB (Red+Green+Blue) = 69+42+54=165 (21% of max value = 765). Red value is 69 (27.34% from 255 or 41.82% from 165); Green value is 42 (16.80% from 255 or 25.45% from 165); Blue value is 54 (21.48% from 255 or 32.73% from 165); Max value from RGB is 69 - color contains mainly: red. Hex color #452A36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452A36 is #BAD5C9. Grayscale: #333333. Windows color (decimal): -12244426 or 3549765. OLE color: 3549765.

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

Color convert

RGB694254-
CMYK00.390.220.73
HSL333.33º24.32%21.76%-
HSV(B)333.33º39.13%27.06%-
XYZ3.953.193.9-
YUV51.44129.45140.52-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 41.82%
GREEN value IS 42 (16.80% from 255) = 25.45%
BLUE value IS 54 (21.48% from 255) = 32.73%
R=41.82%
G=25.45%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.22
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69425400.390.220.73333.3324.3221.76
Hex452A36027164914d1816
Octal1055266047261115153026
Binary100010110101011011001001111011010010011010011011100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,42,54); }

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

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

 a { background-color: rgb(69,42,54); }

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

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

 span { border-color: rgb(69,42,54); }

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