#552C3E

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

Shades of Barossa #552C3E

Tints of Barossa #552C3E

Color information

#552C3E (or 0x552C3E) is unknown color: approx Barossa. HEX triplet: 55, 2C and 3E. RGB value is (85,44,62). Sum of RGB (Red+Green+Blue) = 85+44+62=191 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.50% from 191); Green value is 44 (17.58% from 255 or 23.04% from 191); Blue value is 62 (24.61% from 255 or 32.46% from 191); Max value from RGB is 85 - color contains mainly: red. Hex color #552C3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552C3E is #AAD3C1. Grayscale: #3A3A3A. Windows color (decimal): -11195330 or 4074581. OLE color: 4074581.

HSL color Cylindrical-coordinate representation of color #552C3E: hue angle of 333.66º 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 #552C3E is Cyan = 0, Magento = 0.48, Yellow = 0.27 and Black (K on CMYK) = 0.67.

Color convert

RGB854462-
CMYK00.480.270.67
HSL333.66º31.78%25.29%-
HSV(B)333.66º48.24%33.33%-
XYZ5.524.085.05-
YUV58.31130.08147.04-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.50%
GREEN value IS 44 (17.58% from 255) = 23.04%
BLUE value IS 62 (24.61% from 255) = 32.46%
R=44.50%
G=23.04%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.27
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85446200.480.270.67333.6631.7825.29
Hex552C3E0301B4314e2019
Octal1255476060331035164031
Binary1010101101100111110011000011011100001110100111010000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552C3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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