Html Css Color HEX #552C31 Heath

📋 copy color: '#552C31'

red 85 ◦ green 44 ◦ blue 49

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

Shades of Heath #552C31

Tints of Heath #552C31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 27.53%

R = 47.75%
G = 24.72%
B = 27.53%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.42

 K value IS 0.67

RGB Variations

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

Color information

#552C31 (or 0x552C31) is known color: Heath. HEX triplet: 55, 2C and 31. RGB value is (85,44,49). Sum of RGB (Red+Green+Blue) = 85+44+49=178 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.75% from 178); Green value is 44 (17.58% from 255 or 24.72% from 178); Blue value is 49 (19.53% from 255 or 27.53% from 178); Max value from RGB is 85 - color contains mainly: red. Hex color #552C31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552C31 is #AAD3CE. Grayscale: #383838. Windows color (decimal): -11195343 or 3222613. OLE color: 3222613.

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

Color convert

RGB 85 44 49 -
CMYK 0 0.48 0.42 0.67
HSL 352.68º 0.32% 0.25% -
HSV(B) 352.68º 0.48% 0.33% -
XYZ 5.2 3.95 3.39 -
YUV 56.83 123.58 148.09 -
System Red Green Blue C M Y K H S L
Decimal 85 44 49 0 0.48 0.42 0.67 352.68 0.32 0.25
Hex 55 2C 31 0 30 2A 43 161 20 19
Octal 125 54 61 0 60 52 103 541 40 31
Binary 1010101 101100 110001 0 110000 101010 1000011 101100001 100000 11001

Color Harmonies of #552C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552C31

Black with #552C31

Text Example


Text Example

White with #552C31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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