Html Css Color HEX #532920 Caput Mortuum

📋 copy color: '#532920'

red 83 ◦ green 41 ◦ blue 32

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

Shades of Caput Mortuum #532920

Tints of Caput Mortuum #532920

RGB

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

 GREEN value IS 41 (16.41% from 255) = 26.28%

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

R = 53.21%
G = 26.28%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.61

 K value IS 0.67

RGB Variations

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

Color information

#532920 (or 0x532920) is known color: Caput Mortuum. HEX triplet: 53, 29 and 20. RGB value is (83,41,32). Sum of RGB (Red+Green+Blue) = 83+41+32=156 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.21% from 156); Green value is 41 (16.41% from 255 or 26.28% from 156); Blue value is 32 (12.89% from 255 or 20.51% from 156); Max value from RGB is 83 - color contains mainly: red. Hex color #532920 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532920 is #ACD6DF. Grayscale: #343434. Windows color (decimal): -11327200 or 2107731. OLE color: 2107731.

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

Color convert

RGB 83 41 32 -
CMYK 0 0.51 0.61 0.67
HSL 10.59º 0.44% 0.23% -
HSV(B) 10.59º 0.61% 0.33% -
XYZ 4.62 3.53 1.8 -
YUV 52.53 116.41 149.73 -
System Red Green Blue C M Y K H S L
Decimal 83 41 32 0 0.51 0.61 0.67 10.59 0.44 0.23
Hex 53 29 20 0 33 3D 43 B 2C 17
Octal 123 51 40 0 63 75 103 13 54 27
Binary 1010011 101001 100000 0 110011 111101 1000011 1011 101100 10111

Color Harmonies of #532920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532920

Black with #532920

Text Example


Text Example

White with #532920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532920; }

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

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

background-color css

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

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

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

border-color css

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

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

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