#552B3F

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

Shades of Barossa #552B3F

Tints of Barossa #552B3F

Color information

#552B3F (or 0x552B3F) is unknown color: approx Barossa. HEX triplet: 55, 2B and 3F. RGB value is (85,43,63). Sum of RGB (Red+Green+Blue) = 85+43+63=191 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.50% from 191); Green value is 43 (17.19% from 255 or 22.51% from 191); Blue value is 63 (25% from 255 or 32.98% from 191); Max value from RGB is 85 - color contains mainly: red. Hex color #552B3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552B3F is #AAD4C0. Grayscale: #393939. Windows color (decimal): -11195585 or 4139861. OLE color: 4139861.

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

Color convert

RGB854363-
CMYK00.490.260.67
HSL331.43º32.81%25.1%-
HSV(B)331.43º49.41%33.33%-
XYZ5.514.025.19-
YUV57.84130.91147.37-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.50%
GREEN value IS 43 (17.19% from 255) = 22.51%
BLUE value IS 63 (25% from 255) = 32.98%
R=44.50%
G=22.51%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.26
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85436300.490.260.67331.4332.8125.1
Hex552B3F0311A4314b2119
Octal1255377061321035134131
Binary1010101101011111111011000111010100001110100101110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,43,63); }

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

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

 a { background-color: rgb(85,43,63); }

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

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

 span { border-color: rgb(85,43,63); }

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