Html Css Color HEX #552B20 Caput Mortuum

📋 copy color: '#552B20'

red 85 ◦ green 43 ◦ blue 32

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

Shades of Caput Mortuum #552B20

Tints of Caput Mortuum #552B20

RGB

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

 GREEN value IS 43 (17.19% from 255) = 26.88%

 BLUE value IS 32 (12.89% from 255) = 20%

R = 53.13%
G = 26.88%
B = 20%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.62

 K value IS 0.67

RGB Variations

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

Color information

#552B20 (or 0x552B20) is known color: Caput Mortuum. HEX triplet: 55, 2B and 20. RGB value is (85,43,32). Sum of RGB (Red+Green+Blue) = 85+43+32=160 (21% of max value = 765). Red value is 85 (33.59% from 255 or 53.12% from 160); Green value is 43 (17.19% from 255 or 26.88% from 160); Blue value is 32 (12.89% from 255 or 20% from 160); Max value from RGB is 85 - color contains mainly: red. Hex color #552B20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552B20 is #AAD4DF. Grayscale: #363636. Windows color (decimal): -11195616 or 2108245. OLE color: 2108245.

HSL color Cylindrical-coordinate representation of color #552B20: hue angle of 12.45º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #552B20 is Cyan = 0, Magento = 0.49, Yellow = 0.62 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 43 32 -
CMYK 0 0.49 0.62 0.67
HSL 12.45º 0.45% 0.23% -
HSV(B) 12.45º 0.62% 0.33% -
XYZ 4.87 3.76 1.84 -
YUV 54.3 115.41 149.89 -
System Red Green Blue C M Y K H S L
Decimal 85 43 32 0 0.49 0.62 0.67 12.45 0.45 0.23
Hex 55 2B 20 0 31 3E 43 C 2D 17
Octal 125 53 40 0 61 76 103 14 55 27
Binary 1010101 101011 100000 0 110001 111110 1000011 1100 101101 10111

Color Harmonies of #552B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552B20

Black with #552B20

Text Example


Text Example

White with #552B20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,43,32); }

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

background-color css

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

 a { background-color: rgb(85,43,32); }

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

border-color css

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

 span { border-color: rgb(85,43,32); }

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