Html Css Color HEX #532820 Caput Mortuum

📋 copy color: '#532820'

red 83 ◦ green 40 ◦ blue 32

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

Shades of Caput Mortuum #532820

Tints of Caput Mortuum #532820

RGB

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

 GREEN value IS 40 (16.02% from 255) = 25.81%

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

R = 53.55%
G = 25.81%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.61

 K value IS 0.67

RGB Variations

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

Color information

#532820 (or 0x532820) is known color: Caput Mortuum. HEX triplet: 53, 28 and 20. RGB value is (83,40,32). Sum of RGB (Red+Green+Blue) = 83+40+32=155 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.55% from 155); Green value is 40 (16.02% from 255 or 25.81% from 155); Blue value is 32 (12.89% from 255 or 20.65% from 155); Max value from RGB is 83 - color contains mainly: red. Hex color #532820 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532820 is #ACD7DF. Grayscale: #343434. Windows color (decimal): -11327456 or 2107475. OLE color: 2107475.

HSL color Cylindrical-coordinate representation of color #532820: hue angle of 9.41º 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 #532820 is Cyan = 0, Magento = 0.52, Yellow = 0.61 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 40 32 -
CMYK 0 0.52 0.61 0.67
HSL 9.41º 0.44% 0.23% -
HSV(B) 9.41º 0.61% 0.33% -
XYZ 4.59 3.46 1.79 -
YUV 51.95 116.75 150.15 -
System Red Green Blue C M Y K H S L
Decimal 83 40 32 0 0.52 0.61 0.67 9.41 0.44 0.23
Hex 53 28 20 0 34 3D 43 9 2C 17
Octal 123 50 40 0 64 75 103 11 54 27
Binary 1010011 101000 100000 0 110100 111101 1000011 1001 101100 10111

Color Harmonies of #532820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532820

Black with #532820

Text Example


Text Example

White with #532820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532820; }

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

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

background-color css

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

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

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

border-color css

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

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

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