#452937

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

Shades of Barossa #452937

Tints of Barossa #452937

Color information

#452937 (or 0x452937) is unknown color: approx Barossa. HEX triplet: 45, 29 and 37. RGB value is (69,41,55). Sum of RGB (Red+Green+Blue) = 69+41+55=165 (21% of max value = 765). Red value is 69 (27.34% from 255 or 41.82% from 165); Green value is 41 (16.41% from 255 or 24.85% from 165); Blue value is 55 (21.88% from 255 or 33.33% from 165); Max value from RGB is 69 - color contains mainly: red. Hex color #452937 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452937 is #BAD6C8. Grayscale: #323232. Windows color (decimal): -12244681 or 3615045. OLE color: 3615045.

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

Color convert

RGB694155-
CMYK00.410.200.73
HSL330º25.45%21.57%-
HSV(B)330º40.58%27.06%-
XYZ3.943.134.01-
YUV50.97130.28140.86-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 41.82%
GREEN value IS 41 (16.41% from 255) = 24.85%
BLUE value IS 55 (21.88% from 255) = 33.33%
R=41.82%
G=24.85%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.20
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69415500.410.200.7333025.4521.57
Hex452937029144914a1916
Octal1055167051241115123126
Binary100010110100111011101010011010010010011010010101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452937; }

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

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

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

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

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

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

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

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