#452838

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

Shades of Barossa #452838

Tints of Barossa #452838

Color information

#452838 (or 0x452838) is unknown color: approx Barossa. HEX triplet: 45, 28 and 38. RGB value is (69,40,56). Sum of RGB (Red+Green+Blue) = 69+40+56=165 (21% of max value = 765). Red value is 69 (27.34% from 255 or 41.82% from 165); Green value is 40 (16.02% from 255 or 24.24% from 165); Blue value is 56 (22.27% from 255 or 33.94% from 165); Max value from RGB is 69 - color contains mainly: red. Hex color #452838 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452838 is #BAD7C7. Grayscale: #323232. Windows color (decimal): -12244936 or 3680325. OLE color: 3680325.

HSL color Cylindrical-coordinate representation of color #452838: hue angle of 326.9º degrees, saturation: 0.27, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #452838 is Cyan = 0, Magento = 0.42, Yellow = 0.19 and Black (K on CMYK) = 0.73.

Color convert

RGB694056-
CMYK00.420.190.73
HSL326.9º26.61%21.37%-
HSV(B)326.9º42.03%27.06%-
XYZ3.933.074.13-
YUV50.5131.11141.2-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 41.82%
GREEN value IS 40 (16.02% from 255) = 24.24%
BLUE value IS 56 (22.27% from 255) = 33.94%
R=41.82%
G=24.24%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.19
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69405600.420.190.73326.926.6121.37
Hex45283802A13491471b15
Octal1055070052231115073325
Binary100010110100011100001010101001110010011010001111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452838; }

 p { color: rgb(69,40,56); }

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

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

 a { background-color: rgb(69,40,56); }

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

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

 span { border-color: rgb(69,40,56); }

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