Html Css Color HEX #552824 Caput Mortuum

📋 copy color: '#552824'

red 85 ◦ green 40 ◦ blue 36

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

Shades of Caput Mortuum #552824

Tints of Caput Mortuum #552824

RGB

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

 GREEN value IS 40 (16.02% from 255) = 24.84%

 BLUE value IS 36 (14.45% from 255) = 22.36%

R = 52.8%
G = 24.84%
B = 22.36%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.58

 K value IS 0.67

RGB Variations

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

Color information

#552824 (or 0x552824) is known color: Caput Mortuum. HEX triplet: 55, 28 and 24. RGB value is (85,40,36). Sum of RGB (Red+Green+Blue) = 85+40+36=161 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.80% from 161); Green value is 40 (16.02% from 255 or 24.84% from 161); Blue value is 36 (14.45% from 255 or 22.36% from 161); Max value from RGB is 85 - color contains mainly: red. Hex color #552824 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552824 is #AAD7DB. Grayscale: #353535. Windows color (decimal): -11196380 or 2369621. OLE color: 2369621.

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

Color convert

RGB 85 40 36 -
CMYK 0 0.53 0.58 0.67
HSL 4.9º 0.4% 0.24% -
HSV(B) 4.9º 0.58% 0.33% -
XYZ 4.82 3.58 2.11 -
YUV 53 118.41 150.83 -
System Red Green Blue C M Y K H S L
Decimal 85 40 36 0 0.53 0.58 0.67 4.9 0.4 0.24
Hex 55 28 24 0 35 3A 43 5 28 18
Octal 125 50 44 0 65 72 103 5 50 30
Binary 1010101 101000 100100 0 110101 111010 1000011 101 101000 11000

Color Harmonies of #552824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552824

Black with #552824

Text Example


Text Example

White with #552824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552824; }

 p { color: rgb(85,40,36); }

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

background-color css

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

 a { background-color: rgb(85,40,36); }

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

border-color css

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

 span { border-color: rgb(85,40,36); }

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