Html Css Color HEX #552C40 Barossa

📋 copy color: '#552C40'

red 85 ◦ green 44 ◦ blue 64

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

Shades of Barossa #552C40

Tints of Barossa #552C40

RGB

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

 GREEN value IS 44 (17.58% from 255) = 22.8%

 BLUE value IS 64 (25.39% from 255) = 33.16%

R = 44.04%
G = 22.8%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.25

 K value IS 0.67

RGB Variations

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

Color information

#552C40 (or 0x552C40) is known color: Barossa. HEX triplet: 55, 2C and 40. RGB value is (85,44,64). Sum of RGB (Red+Green+Blue) = 85+44+64=193 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.04% from 193); Green value is 44 (17.58% from 255 or 22.80% from 193); Blue value is 64 (25.39% from 255 or 33.16% from 193); Max value from RGB is 85 - color contains mainly: red. Hex color #552C40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552C40 is #AAD3BF. Grayscale: #3A3A3A. Windows color (decimal): -11195328 or 4205653. OLE color: 4205653.

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

Color convert

RGB 85 44 64 -
CMYK 0 0.48 0.25 0.67
HSL 330.73º 0.32% 0.25% -
HSV(B) 330.73º 0.48% 0.33% -
XYZ 5.57 4.1 5.35 -
YUV 58.54 131.08 146.87 -
System Red Green Blue C M Y K H S L
Decimal 85 44 64 0 0.48 0.25 0.67 330.73 0.32 0.25
Hex 55 2C 40 0 30 19 43 14B 20 19
Octal 125 54 100 0 60 31 103 513 40 31
Binary 1010101 101100 1000000 0 110000 11001 1000011 101001011 100000 11001

Color Harmonies of #552C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552C40

Black with #552C40

Text Example


Text Example

White with #552C40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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