Html Css Color HEX #482320 Caput Mortuum

📋 copy color: '#482320'

red 72 ◦ green 35 ◦ blue 32

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

Shades of Caput Mortuum #482320

Tints of Caput Mortuum #482320

RGB

 RED value IS 72 (28.52% from 255) = 51.8%

 GREEN value IS 35 (14.06% from 255) = 25.18%

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

R = 51.8%
G = 25.18%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.56

 K value IS 0.72

RGB Variations

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

Color information

#482320 (or 0x482320) is known color: Caput Mortuum. HEX triplet: 48, 23 and 20. RGB value is (72,35,32). Sum of RGB (Red+Green+Blue) = 72+35+32=139 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.80% from 139); Green value is 35 (14.06% from 255 or 25.18% from 139); Blue value is 32 (12.89% from 255 or 23.02% from 139); Max value from RGB is 72 - color contains mainly: red. Hex color #482320 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482320 is #B7DCDF. Grayscale: #2D2D2D. Windows color (decimal): -12049632 or 2106184. OLE color: 2106184.

HSL color Cylindrical-coordinate representation of color #482320: hue angle of 4.5º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #482320 is Cyan = 0, Magento = 0.51, Yellow = 0.56 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 35 32 -
CMYK 0 0.51 0.56 0.72
HSL 4.5º 0.38% 0.2% -
HSV(B) 4.5º 0.56% 0.28% -
XYZ 3.53 2.68 1.7 -
YUV 45.72 120.26 146.74 -
System Red Green Blue C M Y K H S L
Decimal 72 35 32 0 0.51 0.56 0.72 4.5 0.38 0.2
Hex 48 23 20 0 33 38 48 4 26 14
Octal 110 43 40 0 63 70 110 4 46 24
Binary 1001000 100011 100000 0 110011 111000 1001000 100 100110 10100

Color Harmonies of #482320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482320

Black with #482320

Text Example


Text Example

White with #482320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482320; }

 p { color: rgb(72,35,32); }

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

background-color css

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

 a { background-color: rgb(72,35,32); }

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

border-color css

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

 span { border-color: rgb(72,35,32); }

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