Html Css Color HEX #532C23 Caput Mortuum

📋 copy color: '#532C23'

red 83 ◦ green 44 ◦ blue 35

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

Shades of Caput Mortuum #532C23

Tints of Caput Mortuum #532C23

RGB

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

 GREEN value IS 44 (17.58% from 255) = 27.16%

 BLUE value IS 35 (14.06% from 255) = 21.6%

R = 51.23%
G = 27.16%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.58

 K value IS 0.67

RGB Variations

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

Color information

#532C23 (or 0x532C23) is known color: Caput Mortuum. HEX triplet: 53, 2C and 23. RGB value is (83,44,35). Sum of RGB (Red+Green+Blue) = 83+44+35=162 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.23% from 162); Green value is 44 (17.58% from 255 or 27.16% from 162); Blue value is 35 (14.06% from 255 or 21.60% from 162); Max value from RGB is 83 - color contains mainly: red. Hex color #532C23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532C23 is #ACD3DC. Grayscale: #363636. Windows color (decimal): -11326429 or 2305107. OLE color: 2305107.

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

Color convert

RGB 83 44 35 -
CMYK 0 0.47 0.58 0.67
HSL 11.25º 0.41% 0.23% -
HSV(B) 11.25º 0.58% 0.33% -
XYZ 4.77 3.76 2.06 -
YUV 54.64 116.92 148.23 -
System Red Green Blue C M Y K H S L
Decimal 83 44 35 0 0.47 0.58 0.67 11.25 0.41 0.23
Hex 53 2C 23 0 2F 3A 43 B 29 17
Octal 123 54 43 0 57 72 103 13 51 27
Binary 1010011 101100 100011 0 101111 111010 1000011 1011 101001 10111

Color Harmonies of #532C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532C23

Black with #532C23

Text Example


Text Example

White with #532C23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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