Html Css Color HEX #522117 Caput Mortuum

📋 copy color: '#522117'

red 82 ◦ green 33 ◦ blue 23

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

Shades of Caput Mortuum #522117

Tints of Caput Mortuum #522117

RGB

 RED value IS 82 (32.42% from 255) = 59.42%

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

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

R = 59.42%
G = 23.91%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.72

 K value IS 0.68

RGB Variations

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

Color information

#522117 (or 0x522117) is known color: Caput Mortuum. HEX triplet: 52, 21 and 17. RGB value is (82,33,23). Sum of RGB (Red+Green+Blue) = 82+33+23=138 (18% of max value = 765). Red value is 82 (32.42% from 255 or 59.42% from 138); Green value is 33 (13.28% from 255 or 23.91% from 138); Blue value is 23 (9.38% from 255 or 16.67% from 138); Max value from RGB is 82 - color contains mainly: red. Hex color #522117 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #522117 is #ADDEE8. Grayscale: #2E2E2E. Windows color (decimal): -11394793 or 1515858. OLE color: 1515858.

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

Color convert

RGB 82 33 23 -
CMYK 0 0.60 0.72 0.68
HSL 10.17º 0.56% 0.21% -
HSV(B) 10.17º 0.72% 0.32% -
XYZ 4.18 2.94 1.16 -
YUV 46.51 114.73 153.31 -
System Red Green Blue C M Y K H S L
Decimal 82 33 23 0 0.60 0.72 0.68 10.17 0.56 0.21
Hex 52 21 17 0 3C 48 44 A 38 15
Octal 122 41 27 0 74 110 104 12 70 25
Binary 1010010 100001 10111 0 111100 1001000 1000100 1010 111000 10101

Color Harmonies of #522117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522117

Black with #522117

Text Example


Text Example

White with #522117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522117; }

 p { color: rgb(82,33,23); }

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

background-color css

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

 a { background-color: rgb(82,33,23); }

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

border-color css

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

 span { border-color: rgb(82,33,23); }

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