Html Css Color HEX #552315 Caput Mortuum

📋 copy color: '#552315'

red 85 ◦ green 35 ◦ blue 21

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

Shades of Caput Mortuum #552315

Tints of Caput Mortuum #552315

RGB

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

 GREEN value IS 35 (14.06% from 255) = 24.82%

 BLUE value IS 21 (8.59% from 255) = 14.89%

R = 60.28%
G = 24.82%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.75

 K value IS 0.67

RGB Variations

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

Color information

#552315 (or 0x552315) is known color: Caput Mortuum. HEX triplet: 55, 23 and 15. RGB value is (85,35,21). Sum of RGB (Red+Green+Blue) = 85+35+21=141 (18% of max value = 765). Red value is 85 (33.59% from 255 or 60.28% from 141); Green value is 35 (14.06% from 255 or 24.82% from 141); Blue value is 21 (8.59% from 255 or 14.89% from 141); Max value from RGB is 85 - color contains mainly: red. Hex color #552315 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552315 is #AADCEA. Grayscale: #303030. Windows color (decimal): -11197675 or 1385301. OLE color: 1385301.

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

Color convert

RGB 85 35 21 -
CMYK 0 0.59 0.75 0.67
HSL 13.13º 0.6% 0.21% -
HSV(B) 13.13º 0.75% 0.33% -
XYZ 4.48 3.19 1.09 -
YUV 48.35 112.57 154.14 -
System Red Green Blue C M Y K H S L
Decimal 85 35 21 0 0.59 0.75 0.67 13.13 0.6 0.21
Hex 55 23 15 0 3B 4B 43 D 3C 15
Octal 125 43 25 0 73 113 103 15 74 25
Binary 1010101 100011 10101 0 111011 1001011 1000011 1101 111100 10101

Color Harmonies of #552315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552315

Black with #552315

Text Example


Text Example

White with #552315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552315; }

 p { color: rgb(85,35,21); }

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

background-color css

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

 a { background-color: rgb(85,35,21); }

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

border-color css

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

 span { border-color: rgb(85,35,21); }

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