#552A3E

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

Shades of Barossa #552A3E

Tints of Barossa #552A3E

Color information

#552A3E (or 0x552A3E) is unknown color: approx Barossa. HEX triplet: 55, 2A and 3E. RGB value is (85,42,62). Sum of RGB (Red+Green+Blue) = 85+42+62=189 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.97% from 189); Green value is 42 (16.80% from 255 or 22.22% from 189); Blue value is 62 (24.61% from 255 or 32.80% from 189); Max value from RGB is 85 - color contains mainly: red. Hex color #552A3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552A3E is #AAD5C1. Grayscale: #393939. Windows color (decimal): -11195842 or 4074069. OLE color: 4074069.

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

Color convert

RGB854262-
CMYK00.510.270.67
HSL332.09º33.86%24.9%-
HSV(B)332.09º50.59%33.33%-
XYZ5.443.945.03-
YUV57.14130.75147.87-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.97%
GREEN value IS 42 (16.80% from 255) = 22.22%
BLUE value IS 62 (24.61% from 255) = 32.80%
R=44.97%
G=22.22%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.27
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85426200.510.270.67332.0933.8624.9
Hex552A3E0331B4314c2219
Octal1255276063331035144231
Binary1010101101010111110011001111011100001110100110010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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