Html Css Color HEX #552825 Caput Mortuum

📋 copy color: '#552825'

red 85 ◦ green 40 ◦ blue 37

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

Shades of Caput Mortuum #552825

Tints of Caput Mortuum #552825

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 22.84%

R = 52.47%
G = 24.69%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.56

 K value IS 0.67

RGB Variations

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

Color information

#552825 (or 0x552825) is known color: Caput Mortuum. HEX triplet: 55, 28 and 25. RGB value is (85,40,37). Sum of RGB (Red+Green+Blue) = 85+40+37=162 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.47% from 162); Green value is 40 (16.02% from 255 or 24.69% from 162); Blue value is 37 (14.84% from 255 or 22.84% from 162); Max value from RGB is 85 - color contains mainly: red. Hex color #552825 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552825 is #AAD7DA. Grayscale: #353535. Windows color (decimal): -11196379 or 2435157. OLE color: 2435157.

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

Color convert

RGB 85 40 37 -
CMYK 0 0.53 0.56 0.67
HSL 3.75º 0.39% 0.24% -
HSV(B) 3.75º 0.56% 0.33% -
XYZ 4.84 3.58 2.19 -
YUV 53.11 118.91 150.74 -
System Red Green Blue C M Y K H S L
Decimal 85 40 37 0 0.53 0.56 0.67 3.75 0.39 0.24
Hex 55 28 25 0 35 38 43 4 27 18
Octal 125 50 45 0 65 70 103 4 47 30
Binary 1010101 101000 100101 0 110101 111000 1000011 100 100111 11000

Color Harmonies of #552825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552825

Black with #552825

Text Example


Text Example

White with #552825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552825; }

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

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

background-color css

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

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

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

border-color css

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

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

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