#552D40

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

Shades of Barossa #552D40

Tints of Barossa #552D40

Color information

#552D40 (or 0x552D40) is unknown color: approx Barossa. HEX triplet: 55, 2D and 40. RGB value is (85,45,64). Sum of RGB (Red+Green+Blue) = 85+45+64=194 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.81% from 194); Green value is 45 (17.97% from 255 or 23.20% from 194); Blue value is 64 (25.39% from 255 or 32.99% from 194); Max value from RGB is 85 - color contains mainly: red. Hex color #552D40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552D40 is #AAD2BF. Grayscale: #3B3B3B. Windows color (decimal): -11195072 or 4205909. OLE color: 4205909.

HSL color Cylindrical-coordinate representation of color #552D40: hue angle of 331.5º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #552D40 is Cyan = 0, Magento = 0.47, Yellow = 0.25 and Black (K on CMYK) = 0.67.

Color convert

RGB854564-
CMYK00.470.250.67
HSL331.5º30.77%25.49%-
HSV(B)331.5º47.06%33.33%-
XYZ5.614.185.36-
YUV59.13130.75146.46-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 43.81%
GREEN value IS 45 (17.97% from 255) = 23.20%
BLUE value IS 64 (25.39% from 255) = 32.99%
R=43.81%
G=23.20%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85456400.470.250.67331.530.7725.49
Hex552D4002F194314c1f19
Octal12555100057311035143731
Binary1010101101101100000001011111100110000111010011001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,45,64); }

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

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

 a { background-color: rgb(85,45,64); }

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

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

 span { border-color: rgb(85,45,64); }

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