#453940

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

Shades of Barossa #453940

Tints of Barossa #453940

Color information

#453940 (or 0x453940) is unknown color: approx Barossa. HEX triplet: 45, 39 and 40. RGB value is (69,57,64). Sum of RGB (Red+Green+Blue) = 69+57+64=190 (25% of max value = 765). Red value is 69 (27.34% from 255 or 36.32% from 190); Green value is 57 (22.66% from 255 or 30% from 190); Blue value is 64 (25.39% from 255 or 33.68% from 190); Max value from RGB is 69 - color contains mainly: red. Hex color #453940 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453940 is #BAC6BF. Grayscale: #3D3D3D. Windows color (decimal): -12240576 or 4208965. OLE color: 4208965.

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

Color convert

RGB695764-
CMYK00.170.070.73
HSL325º9.52%24.71%-
HSV(B)325º17.39%27.06%-
XYZ4.844.565.48-
YUV61.39129.48133.43-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 36.32%
GREEN value IS 57 (22.66% from 255) = 30%
BLUE value IS 64 (25.39% from 255) = 33.68%
R=36.32%
G=30%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.07
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69576400.170.070.733259.5224.71
Hex453940011749145a19
Octal1057110002171115051231
Binary100010111100110000000100011111001001101000101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453940; }

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

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

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

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

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

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

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

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