Html Css Color HEX #482520 Caput Mortuum

📋 copy color: '#482520'

red 72 ◦ green 37 ◦ blue 32

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

Shades of Caput Mortuum #482520

Tints of Caput Mortuum #482520

RGB

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

 GREEN value IS 37 (14.84% from 255) = 26.24%

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

R = 51.06%
G = 26.24%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.56

 K value IS 0.72

RGB Variations

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

Color information

#482520 (or 0x482520) is known color: Caput Mortuum. HEX triplet: 48, 25 and 20. RGB value is (72,37,32). Sum of RGB (Red+Green+Blue) = 72+37+32=141 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.06% from 141); Green value is 37 (14.84% from 255 or 26.24% from 141); Blue value is 32 (12.89% from 255 or 22.70% from 141); Max value from RGB is 72 - color contains mainly: red. Hex color #482520 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482520 is #B7DADF. Grayscale: #2E2E2E. Windows color (decimal): -12049120 or 2106696. OLE color: 2106696.

HSL color Cylindrical-coordinate representation of color #482520: hue angle of 7.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 #482520 is Cyan = 0, Magento = 0.49, Yellow = 0.56 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 37 32 -
CMYK 0 0.49 0.56 0.72
HSL 7.5º 0.38% 0.2% -
HSV(B) 7.5º 0.56% 0.28% -
XYZ 3.59 2.81 1.72 -
YUV 46.9 119.6 145.91 -
System Red Green Blue C M Y K H S L
Decimal 72 37 32 0 0.49 0.56 0.72 7.5 0.38 0.2
Hex 48 25 20 0 31 38 48 8 26 14
Octal 110 45 40 0 61 70 110 10 46 24
Binary 1001000 100101 100000 0 110001 111000 1001000 1000 100110 10100

Color Harmonies of #482520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482520

Black with #482520

Text Example


Text Example

White with #482520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482520; }

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

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

background-color css

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

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

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

border-color css

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

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

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