#453D40

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

Shades of Barossa #453D40

Tints of Barossa #453D40

Color information

#453D40 (or 0x453D40) is unknown color: approx Barossa. HEX triplet: 45, 3D and 40. RGB value is (69,61,64). Sum of RGB (Red+Green+Blue) = 69+61+64=194 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.57% from 194); Green value is 61 (24.22% from 255 or 31.44% from 194); Blue value is 64 (25.39% from 255 or 32.99% from 194); Max value from RGB is 69 - color contains mainly: red. Hex color #453D40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453D40 is #BAC2BF. Grayscale: #3F3F3F. Windows color (decimal): -12239552 or 4209989. OLE color: 4209989.

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

Color convert

RGB696164-
CMYK00.120.070.73
HSL337.5º6.15%25.49%-
HSV(B)337.5º11.59%27.06%-
XYZ5.054.975.54-
YUV63.73128.15131.76-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 35.57%
GREEN value IS 61 (24.22% from 255) = 31.44%
BLUE value IS 64 (25.39% from 255) = 32.99%
R=35.57%
G=31.44%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.07
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69616400.120.070.73337.56.1525.49
Hex453D400C749152619
Octal105751000147111522631
Binary1000101111101100000001100111100100110101001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453D40; }

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

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

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

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

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

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

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

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