Html Css Color HEX #552517 Caput Mortuum

📋 copy color: '#552517'

red 85 ◦ green 37 ◦ blue 23

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

Shades of Caput Mortuum #552517

Tints of Caput Mortuum #552517

RGB

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

 GREEN value IS 37 (14.84% from 255) = 25.52%

 BLUE value IS 23 (9.38% from 255) = 15.86%

R = 58.62%
G = 25.52%
B = 15.86%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.73

 K value IS 0.67

RGB Variations

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

Color information

#552517 (or 0x552517) is known color: Caput Mortuum. HEX triplet: 55, 25 and 17. RGB value is (85,37,23). Sum of RGB (Red+Green+Blue) = 85+37+23=145 (19% of max value = 765). Red value is 85 (33.59% from 255 or 58.62% from 145); Green value is 37 (14.84% from 255 or 25.52% from 145); Blue value is 23 (9.38% from 255 or 15.86% from 145); Max value from RGB is 85 - color contains mainly: red. Hex color #552517 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552517 is #AADAE8. Grayscale: #313131. Windows color (decimal): -11197161 or 1516885. OLE color: 1516885.

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

Color convert

RGB 85 37 23 -
CMYK 0 0.56 0.73 0.67
HSL 13.55º 0.57% 0.21% -
HSV(B) 13.55º 0.73% 0.33% -
XYZ 4.56 3.32 1.21 -
YUV 49.76 112.9 153.14 -
System Red Green Blue C M Y K H S L
Decimal 85 37 23 0 0.56 0.73 0.67 13.55 0.57 0.21
Hex 55 25 17 0 38 49 43 E 39 15
Octal 125 45 27 0 70 111 103 16 71 25
Binary 1010101 100101 10111 0 111000 1001001 1000011 1110 111001 10101

Color Harmonies of #552517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552517

Black with #552517

Text Example


Text Example

White with #552517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552517; }

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

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

background-color css

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

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

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

border-color css

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

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

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