Html Css Color HEX #522317 Caput Mortuum

📋 copy color: '#522317'

red 82 ◦ green 35 ◦ blue 23

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

Shades of Caput Mortuum #522317

Tints of Caput Mortuum #522317

RGB

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

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

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

R = 58.57%
G = 25%
B = 16.43%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.72

 K value IS 0.68

RGB Variations

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

Color information

#522317 (or 0x522317) is known color: Caput Mortuum. HEX triplet: 52, 23 and 17. RGB value is (82,35,23). Sum of RGB (Red+Green+Blue) = 82+35+23=140 (18% of max value = 765). Red value is 82 (32.42% from 255 or 58.57% from 140); Green value is 35 (14.06% from 255 or 25% from 140); Blue value is 23 (9.38% from 255 or 16.43% from 140); Max value from RGB is 82 - color contains mainly: red. Hex color #522317 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #522317 is #ADDCE8. Grayscale: #2F2F2F. Windows color (decimal): -11394281 or 1516370. OLE color: 1516370.

HSL color Cylindrical-coordinate representation of color #522317: hue angle of 12.2º 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 #522317 is Cyan = 0, Magento = 0.57, Yellow = 0.72 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 35 23 -
CMYK 0 0.57 0.72 0.68
HSL 12.2º 0.56% 0.21% -
HSV(B) 12.2º 0.72% 0.32% -
XYZ 4.24 3.06 1.18 -
YUV 47.69 114.07 152.48 -
System Red Green Blue C M Y K H S L
Decimal 82 35 23 0 0.57 0.72 0.68 12.2 0.56 0.21
Hex 52 23 17 0 39 48 44 C 38 15
Octal 122 43 27 0 71 110 104 14 70 25
Binary 1010010 100011 10111 0 111001 1001000 1000100 1100 111000 10101

Color Harmonies of #522317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522317

Black with #522317

Text Example


Text Example

White with #522317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522317; }

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

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

background-color css

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

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

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

border-color css

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

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

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