Html Css Color HEX #482621 Caput Mortuum

📋 copy color: '#482621'

red 72 ◦ green 38 ◦ blue 33

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

Shades of Caput Mortuum #482621

Tints of Caput Mortuum #482621

RGB

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

 GREEN value IS 38 (15.23% from 255) = 26.57%

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

R = 50.35%
G = 26.57%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.54

 K value IS 0.72

RGB Variations

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

Color information

#482621 (or 0x482621) is known color: Caput Mortuum. HEX triplet: 48, 26 and 21. RGB value is (72,38,33). Sum of RGB (Red+Green+Blue) = 72+38+33=143 (18% of max value = 765). Red value is 72 (28.52% from 255 or 50.35% from 143); Green value is 38 (15.23% from 255 or 26.57% from 143); Blue value is 33 (13.28% from 255 or 23.08% from 143); Max value from RGB is 72 - color contains mainly: red. Hex color #482621 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482621 is #B7D9DE. Grayscale: #2F2F2F. Windows color (decimal): -12048863 or 2172488. OLE color: 2172488.

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

Color convert

RGB 72 38 33 -
CMYK 0 0.47 0.54 0.72
HSL 7.69º 0.37% 0.21% -
HSV(B) 7.69º 0.54% 0.28% -
XYZ 3.64 2.87 1.8 -
YUV 47.6 119.76 145.41 -
System Red Green Blue C M Y K H S L
Decimal 72 38 33 0 0.47 0.54 0.72 7.69 0.37 0.21
Hex 48 26 21 0 2F 36 48 8 25 15
Octal 110 46 41 0 57 66 110 10 45 25
Binary 1001000 100110 100001 0 101111 110110 1001000 1000 100101 10101

Color Harmonies of #482621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482621

Black with #482621

Text Example


Text Example

White with #482621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482621; }

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

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

background-color css

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

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

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

border-color css

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

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

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