Html Css Color HEX #532B20 Caput Mortuum

📋 copy color: '#532B20'

red 83 ◦ green 43 ◦ blue 32

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

Shades of Caput Mortuum #532B20

Tints of Caput Mortuum #532B20

RGB

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

 GREEN value IS 43 (17.19% from 255) = 27.22%

 BLUE value IS 32 (12.89% from 255) = 20.25%

R = 52.53%
G = 27.22%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.61

 K value IS 0.67

RGB Variations

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

Color information

#532B20 (or 0x532B20) is known color: Caput Mortuum. HEX triplet: 53, 2B and 20. RGB value is (83,43,32). Sum of RGB (Red+Green+Blue) = 83+43+32=158 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.53% from 158); Green value is 43 (17.19% from 255 or 27.22% from 158); Blue value is 32 (12.89% from 255 or 20.25% from 158); Max value from RGB is 83 - color contains mainly: red. Hex color #532B20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532B20 is #ACD4DF. Grayscale: #353535. Windows color (decimal): -11326688 or 2108243. OLE color: 2108243.

HSL color Cylindrical-coordinate representation of color #532B20: hue angle of 12.94º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #532B20 is Cyan = 0, Magento = 0.48, Yellow = 0.61 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 43 32 -
CMYK 0 0.48 0.61 0.67
HSL 12.94º 0.44% 0.23% -
HSV(B) 12.94º 0.61% 0.33% -
XYZ 4.69 3.67 1.83 -
YUV 53.71 115.75 148.89 -
System Red Green Blue C M Y K H S L
Decimal 83 43 32 0 0.48 0.61 0.67 12.94 0.44 0.23
Hex 53 2B 20 0 30 3D 43 D 2C 17
Octal 123 53 40 0 60 75 103 15 54 27
Binary 1010011 101011 100000 0 110000 111101 1000011 1101 101100 10111

Color Harmonies of #532B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532B20

Black with #532B20

Text Example


Text Example

White with #532B20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532B20; }

 p { color: rgb(83,43,32); }

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

background-color css

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

 a { background-color: rgb(83,43,32); }

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

border-color css

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

 span { border-color: rgb(83,43,32); }

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