#552C41

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

Shades of Barossa #552C41

Tints of Barossa #552C41

Color information

#552C41 (or 0x552C41) is unknown color: approx Barossa. HEX triplet: 55, 2C and 41. RGB value is (85,44,65). Sum of RGB (Red+Green+Blue) = 85+44+65=194 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.81% from 194); Green value is 44 (17.58% from 255 or 22.68% from 194); Blue value is 65 (25.78% from 255 or 33.51% from 194); Max value from RGB is 85 - color contains mainly: red. Hex color #552C41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552C41 is #AAD3BE. Grayscale: #3A3A3A. Windows color (decimal): -11195327 or 4271189. OLE color: 4271189.

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

Color convert

RGB854465-
CMYK00.480.240.67
HSL329.27º31.78%25.29%-
HSV(B)329.27º48.24%33.33%-
XYZ5.64.115.5-
YUV58.65131.58146.79-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 43.81%
GREEN value IS 44 (17.58% from 255) = 22.68%
BLUE value IS 65 (25.78% from 255) = 33.51%
R=43.81%
G=22.68%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85446500.480.240.67329.2731.7825.29
Hex552C4103018431492019
Octal12554101060301035114031
Binary10101011011001000001011000011000100001110100100110000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,44,65); }

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

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

 a { background-color: rgb(85,44,65); }

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

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

 span { border-color: rgb(85,44,65); }

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