Html Css Color HEX #552941 Barossa

📋 copy color: '#552941'

red 85 ◦ green 41 ◦ blue 65

#552941
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Barossa #552941

Tints of Barossa #552941

RGB

 RED value IS 85 (33.59% from 255) = 44.5%

 GREEN value IS 41 (16.41% from 255) = 21.47%

 BLUE value IS 65 (25.78% from 255) = 34.03%

R = 44.5%
G = 21.47%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.24

 K value IS 0.67

RGB Variations

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

Color information

#552941 (or 0x552941) is known color: Barossa. HEX triplet: 55, 29 and 41. RGB value is (85,41,65). Sum of RGB (Red+Green+Blue) = 85+41+65=191 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.50% from 191); Green value is 41 (16.41% from 255 or 21.47% from 191); Blue value is 65 (25.78% from 255 or 34.03% from 191); Max value from RGB is 85 - color contains mainly: red. Hex color #552941 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552941 is #AAD6BE. Grayscale: #383838. Windows color (decimal): -11196095 or 4270421. OLE color: 4270421.

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

Color convert

RGB 85 41 65 -
CMYK 0 0.52 0.24 0.67
HSL 327.27º 0.35% 0.25% -
HSV(B) 327.27º 0.52% 0.33% -
XYZ 5.49 3.9 5.46 -
YUV 56.89 132.58 148.05 -
System Red Green Blue C M Y K H S L
Decimal 85 41 65 0 0.52 0.24 0.67 327.27 0.35 0.25
Hex 55 29 41 0 34 18 43 147 23 19
Octal 125 51 101 0 64 30 103 507 43 31
Binary 1010101 101001 1000001 0 110100 11000 1000011 101000111 100011 11001

Color Harmonies of #552941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552941

Black with #552941

Text Example


Text Example

White with #552941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552941; }

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

 H1.HeaderClassName
 {
   color: #552941;
 }
 .AnyTagClassName
 {
   color: #552941;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #552941;
 }
 .BgClassName
 {
   background-color: #552941;
 }
</style>

border-color css

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

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

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