Html Css Color HEX #552110 Caput Mortuum

📋 copy color: '#552110'

red 85 ◦ green 33 ◦ blue 16

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

Shades of Caput Mortuum #552110

Tints of Caput Mortuum #552110

RGB

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

 GREEN value IS 33 (13.28% from 255) = 24.63%

 BLUE value IS 16 (6.64% from 255) = 11.94%

R = 63.43%
G = 24.63%
B = 11.94%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.81

 K value IS 0.67

RGB Variations

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

Color information

#552110 (or 0x552110) is known color: Caput Mortuum. HEX triplet: 55, 21 and 10. RGB value is (85,33,16). Sum of RGB (Red+Green+Blue) = 85+33+16=134 (17% of max value = 765). Red value is 85 (33.59% from 255 or 63.43% from 134); Green value is 33 (13.28% from 255 or 24.63% from 134); Blue value is 16 (6.64% from 255 or 11.94% from 134); Max value from RGB is 85 - color contains mainly: red. Hex color #552110 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552110 is #AADEEF. Grayscale: #2E2E2E. Windows color (decimal): -11198192 or 1057109. OLE color: 1057109.

HSL color Cylindrical-coordinate representation of color #552110: hue angle of 14.78º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #552110 is Cyan = 0, Magento = 0.61, Yellow = 0.81 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 33 16 -
CMYK 0 0.61 0.81 0.67
HSL 14.78º 0.68% 0.2% -
HSV(B) 14.78º 0.81% 0.33% -
XYZ 4.38 3.06 0.85 -
YUV 46.61 110.73 155.38 -
System Red Green Blue C M Y K H S L
Decimal 85 33 16 0 0.61 0.81 0.67 14.78 0.68 0.2
Hex 55 21 10 0 3D 51 43 F 44 14
Octal 125 41 20 0 75 121 103 17 104 24
Binary 1010101 100001 10000 0 111101 1010001 1000011 1111 1000100 10100

Color Harmonies of #552110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552110

Black with #552110

Text Example


Text Example

White with #552110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552110; }

 p { color: rgb(85,33,16); }

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

background-color css

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

 a { background-color: rgb(85,33,16); }

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

border-color css

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

 span { border-color: rgb(85,33,16); }

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