#453339

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

Shades of Barossa #453339

Tints of Barossa #453339

Color information

#453339 (or 0x453339) is unknown color: approx Barossa. HEX triplet: 45, 33 and 39. RGB value is (69,51,57). Sum of RGB (Red+Green+Blue) = 69+51+57=177 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.98% from 177); Green value is 51 (20.31% from 255 or 28.81% from 177); Blue value is 57 (22.66% from 255 or 32.20% from 177); Max value from RGB is 69 - color contains mainly: red. Hex color #453339 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453339 is #BACCC6. Grayscale: #393939. Windows color (decimal): -12242119 or 3748677. OLE color: 3748677.

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

Color convert

RGB695157-
CMYK00.260.170.73
HSL340º15%23.53%-
HSV(B)340º26.09%27.06%-
XYZ4.383.934.4-
YUV57.07127.96136.51-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 38.98%
GREEN value IS 51 (20.31% from 255) = 28.81%
BLUE value IS 57 (22.66% from 255) = 32.20%
R=38.98%
G=28.81%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.17
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69515700.260.170.733401523.53
Hex45333901A1149154f18
Octal1056371032211115241730
Binary1000101110011111001011010100011001001101010100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453339; }

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

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

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

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

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

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

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

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