Html Css Color HEX #482521 Caput Mortuum

📋 copy color: '#482521'

red 72 ◦ green 37 ◦ blue 33

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

Shades of Caput Mortuum #482521

Tints of Caput Mortuum #482521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 23.24%

R = 50.7%
G = 26.06%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.54

 K value IS 0.72

RGB Variations

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

Color information

#482521 (or 0x482521) is known color: Caput Mortuum. HEX triplet: 48, 25 and 21. RGB value is (72,37,33). Sum of RGB (Red+Green+Blue) = 72+37+33=142 (18% of max value = 765). Red value is 72 (28.52% from 255 or 50.70% from 142); Green value is 37 (14.84% from 255 or 26.06% from 142); Blue value is 33 (13.28% from 255 or 23.24% from 142); Max value from RGB is 72 - color contains mainly: red. Hex color #482521 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482521 is #B7DADE. Grayscale: #2F2F2F. Windows color (decimal): -12049119 or 2172232. OLE color: 2172232.

HSL color Cylindrical-coordinate representation of color #482521: hue angle of 6.15º degrees, saturation: 0.37, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #482521 is Cyan = 0, Magento = 0.49, Yellow = 0.54 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 37 33 -
CMYK 0 0.49 0.54 0.72
HSL 6.15º 0.37% 0.21% -
HSV(B) 6.15º 0.54% 0.28% -
XYZ 3.61 2.81 1.79 -
YUV 47.01 120.1 145.83 -
System Red Green Blue C M Y K H S L
Decimal 72 37 33 0 0.49 0.54 0.72 6.15 0.37 0.21
Hex 48 25 21 0 31 36 48 6 25 15
Octal 110 45 41 0 61 66 110 6 45 25
Binary 1001000 100101 100001 0 110001 110110 1001000 110 100101 10101

Color Harmonies of #482521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482521

Black with #482521

Text Example


Text Example

White with #482521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482521; }

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

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

background-color css

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

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

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

border-color css

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

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

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