Html Css Color HEX #482420 Caput Mortuum

📋 copy color: '#482420'

red 72 ◦ green 36 ◦ blue 32

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

Shades of Caput Mortuum #482420

Tints of Caput Mortuum #482420

RGB

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

 GREEN value IS 36 (14.45% from 255) = 25.71%

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

R = 51.43%
G = 25.71%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.56

 K value IS 0.72

RGB Variations

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

Color information

#482420 (or 0x482420) is known color: Caput Mortuum. HEX triplet: 48, 24 and 20. RGB value is (72,36,32). Sum of RGB (Red+Green+Blue) = 72+36+32=140 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.43% from 140); Green value is 36 (14.45% from 255 or 25.71% from 140); Blue value is 32 (12.89% from 255 or 22.86% from 140); Max value from RGB is 72 - color contains mainly: red. Hex color #482420 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482420 is #B7DBDF. Grayscale: #2E2E2E. Windows color (decimal): -12049376 or 2106440. OLE color: 2106440.

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

Color convert

RGB 72 36 32 -
CMYK 0 0.5 0.56 0.72
HSL 0.38% 0.2% -
HSV(B) 0.56% 0.28% -
XYZ 3.56 2.74 1.71 -
YUV 46.31 119.93 146.33 -
System Red Green Blue C M Y K H S L
Decimal 72 36 32 0 0.5 0.56 0.72 6 0.38 0.2
Hex 48 24 20 0 32 38 48 6 26 14
Octal 110 44 40 0 62 70 110 6 46 24
Binary 1001000 100100 100000 0 110010 111000 1001000 110 100110 10100

Color Harmonies of #482420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482420

Black with #482420

Text Example


Text Example

White with #482420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482420; }

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

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

background-color css

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

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

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

border-color css

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

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

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