Html Css Color HEX #532D23 Caput Mortuum

📋 copy color: '#532D23'

red 83 ◦ green 45 ◦ blue 35

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

Shades of Caput Mortuum #532D23

Tints of Caput Mortuum #532D23

RGB

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

 GREEN value IS 45 (17.97% from 255) = 27.61%

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

R = 50.92%
G = 27.61%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.58

 K value IS 0.67

RGB Variations

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

Color information

#532D23 (or 0x532D23) is known color: Caput Mortuum. HEX triplet: 53, 2D and 23. RGB value is (83,45,35). Sum of RGB (Red+Green+Blue) = 83+45+35=163 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.92% from 163); Green value is 45 (17.97% from 255 or 27.61% from 163); Blue value is 35 (14.06% from 255 or 21.47% from 163); Max value from RGB is 83 - color contains mainly: red. Hex color #532D23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532D23 is #ACD2DC. Grayscale: #373737. Windows color (decimal): -11326173 or 2305363. OLE color: 2305363.

HSL color Cylindrical-coordinate representation of color #532D23: hue angle of 12.5º 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 #532D23 is Cyan = 0, Magento = 0.46, Yellow = 0.58 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 45 35 -
CMYK 0 0.46 0.58 0.67
HSL 12.5º 0.41% 0.23% -
HSV(B) 12.5º 0.58% 0.33% -
XYZ 4.81 3.84 2.08 -
YUV 55.22 116.59 147.81 -
System Red Green Blue C M Y K H S L
Decimal 83 45 35 0 0.46 0.58 0.67 12.5 0.41 0.23
Hex 53 2D 23 0 2E 3A 43 C 29 17
Octal 123 55 43 0 56 72 103 14 51 27
Binary 1010011 101101 100011 0 101110 111010 1000011 1100 101001 10111

Color Harmonies of #532D23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532D23

Black with #532D23

Text Example


Text Example

White with #532D23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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