Html Css Color HEX #532316 Caput Mortuum

📋 copy color: '#532316'

red 83 ◦ green 35 ◦ blue 22

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

Shades of Caput Mortuum #532316

Tints of Caput Mortuum #532316

RGB

 RED value IS 83 (32.81% from 255) = 59.29%

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

 BLUE value IS 22 (8.98% from 255) = 15.71%

R = 59.29%
G = 25%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.73

 K value IS 0.67

RGB Variations

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

Color information

#532316 (or 0x532316) is known color: Caput Mortuum. HEX triplet: 53, 23 and 16. RGB value is (83,35,22). Sum of RGB (Red+Green+Blue) = 83+35+22=140 (18% of max value = 765). Red value is 83 (32.81% from 255 or 59.29% from 140); Green value is 35 (14.06% from 255 or 25% from 140); Blue value is 22 (8.98% from 255 or 15.71% from 140); Max value from RGB is 83 - color contains mainly: red. Hex color #532316 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532316 is #ACDCE9. Grayscale: #2F2F2F. Windows color (decimal): -11328746 or 1450835. OLE color: 1450835.

HSL color Cylindrical-coordinate representation of color #532316: hue angle of 12.79º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #532316 is Cyan = 0, Magento = 0.58, Yellow = 0.73 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 35 22 -
CMYK 0 0.58 0.73 0.67
HSL 12.79º 0.58% 0.21% -
HSV(B) 12.79º 0.73% 0.33% -
XYZ 4.31 3.1 1.13 -
YUV 47.87 113.4 153.06 -
System Red Green Blue C M Y K H S L
Decimal 83 35 22 0 0.58 0.73 0.67 12.79 0.58 0.21
Hex 53 23 16 0 3A 49 43 D 3A 15
Octal 123 43 26 0 72 111 103 15 72 25
Binary 1010011 100011 10110 0 111010 1001001 1000011 1101 111010 10101

Color Harmonies of #532316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532316

Black with #532316

Text Example


Text Example

White with #532316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532316; }

 p { color: rgb(83,35,22); }

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

background-color css

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

 a { background-color: rgb(83,35,22); }

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

border-color css

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

 span { border-color: rgb(83,35,22); }

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