Html Css Color HEX #512217 Caput Mortuum

📋 copy color: '#512217'

red 81 ◦ green 34 ◦ blue 23

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

Shades of Caput Mortuum #512217

Tints of Caput Mortuum #512217

RGB

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

 GREEN value IS 34 (13.67% from 255) = 24.64%

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

R = 58.7%
G = 24.64%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.72

 K value IS 0.68

RGB Variations

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

Color information

#512217 (or 0x512217) is known color: Caput Mortuum. HEX triplet: 51, 22 and 17. RGB value is (81,34,23). Sum of RGB (Red+Green+Blue) = 81+34+23=138 (18% of max value = 765). Red value is 81 (32.03% from 255 or 58.70% from 138); Green value is 34 (13.67% from 255 or 24.64% from 138); Blue value is 23 (9.38% from 255 or 16.67% from 138); Max value from RGB is 81 - color contains mainly: red. Hex color #512217 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512217 is #AEDDE8. Grayscale: #2E2E2E. Windows color (decimal): -11460073 or 1516113. OLE color: 1516113.

HSL color Cylindrical-coordinate representation of color #512217: hue angle of 11.38º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #512217 is Cyan = 0, Magento = 0.58, Yellow = 0.72 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 34 23 -
CMYK 0 0.58 0.72 0.68
HSL 11.38º 0.56% 0.2% -
HSV(B) 11.38º 0.72% 0.32% -
XYZ 4.12 2.96 1.16 -
YUV 46.8 114.57 152.39 -
System Red Green Blue C M Y K H S L
Decimal 81 34 23 0 0.58 0.72 0.68 11.38 0.56 0.2
Hex 51 22 17 0 3A 48 44 B 38 14
Octal 121 42 27 0 72 110 104 13 70 24
Binary 1010001 100010 10111 0 111010 1001000 1000100 1011 111000 10100

Color Harmonies of #512217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512217

Black with #512217

Text Example


Text Example

White with #512217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512217; }

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

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

background-color css

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

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

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

border-color css

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

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

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