Html Css Color HEX #552012 Caput Mortuum

📋 copy color: '#552012'

red 85 ◦ green 32 ◦ blue 18

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

Shades of Caput Mortuum #552012

Tints of Caput Mortuum #552012

RGB

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

 GREEN value IS 32 (12.89% from 255) = 23.7%

 BLUE value IS 18 (7.42% from 255) = 13.33%

R = 62.96%
G = 23.7%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.79

 K value IS 0.67

RGB Variations

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

Color information

#552012 (or 0x552012) is known color: Caput Mortuum. HEX triplet: 55, 20 and 12. RGB value is (85,32,18). Sum of RGB (Red+Green+Blue) = 85+32+18=135 (17% of max value = 765). Red value is 85 (33.59% from 255 or 62.96% from 135); Green value is 32 (12.89% from 255 or 23.70% from 135); Blue value is 18 (7.42% from 255 or 13.33% from 135); Max value from RGB is 85 - color contains mainly: red. Hex color #552012 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552012 is #AADFED. Grayscale: #2E2E2E. Windows color (decimal): -11198446 or 1187925. OLE color: 1187925.

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

Color convert

RGB 85 32 18 -
CMYK 0 0.62 0.79 0.67
HSL 12.54º 0.65% 0.2% -
HSV(B) 12.54º 0.79% 0.33% -
XYZ 4.37 3.01 0.92 -
YUV 46.25 112.06 155.64 -
System Red Green Blue C M Y K H S L
Decimal 85 32 18 0 0.62 0.79 0.67 12.54 0.65 0.2
Hex 55 20 12 0 3E 4F 43 D 41 14
Octal 125 40 22 0 76 117 103 15 101 24
Binary 1010101 100000 10010 0 111110 1001111 1000011 1101 1000001 10100

Color Harmonies of #552012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552012

Black with #552012

Text Example


Text Example

White with #552012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552012; }

 p { color: rgb(85,32,18); }

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

background-color css

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

 a { background-color: rgb(85,32,18); }

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

border-color css

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

 span { border-color: rgb(85,32,18); }

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