Html Css Color HEX #512C22 Caput Mortuum

📋 copy color: '#512C22'

red 81 ◦ green 44 ◦ blue 34

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

Shades of Caput Mortuum #512C22

Tints of Caput Mortuum #512C22

RGB

 RED value IS 81 (32.03% from 255) = 50.94%

 GREEN value IS 44 (17.58% from 255) = 27.67%

 BLUE value IS 34 (13.67% from 255) = 21.38%

R = 50.94%
G = 27.67%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.58

 K value IS 0.68

RGB Variations

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

Color information

#512C22 (or 0x512C22) is known color: Caput Mortuum. HEX triplet: 51, 2C and 22. RGB value is (81,44,34). Sum of RGB (Red+Green+Blue) = 81+44+34=159 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50.94% from 159); Green value is 44 (17.58% from 255 or 27.67% from 159); Blue value is 34 (13.67% from 255 or 21.38% from 159); Max value from RGB is 81 - color contains mainly: red. Hex color #512C22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512C22 is #AED3DD. Grayscale: #363636. Windows color (decimal): -11457502 or 2239569. OLE color: 2239569.

HSL color Cylindrical-coordinate representation of color #512C22: hue angle of 12.77º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #512C22 is Cyan = 0, Magento = 0.46, Yellow = 0.58 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 44 34 -
CMYK 0 0.46 0.58 0.68
HSL 12.77º 0.41% 0.23% -
HSV(B) 12.77º 0.58% 0.32% -
XYZ 4.58 3.67 1.98 -
YUV 53.92 116.76 147.31 -
System Red Green Blue C M Y K H S L
Decimal 81 44 34 0 0.46 0.58 0.68 12.77 0.41 0.23
Hex 51 2C 22 0 2E 3A 44 D 29 17
Octal 121 54 42 0 56 72 104 15 51 27
Binary 1010001 101100 100010 0 101110 111010 1000100 1101 101001 10111

Color Harmonies of #512C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512C22

Black with #512C22

Text Example


Text Example

White with #512C22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512C22; }

 p { color: rgb(81,44,34); }

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

background-color css

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

 a { background-color: rgb(81,44,34); }

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

border-color css

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

 span { border-color: rgb(81,44,34); }

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