Html Css Color HEX #481C19 Caput Mortuum

📋 copy color: '#481C19'

red 72 ◦ green 28 ◦ blue 25

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

Shades of Caput Mortuum #481C19

Tints of Caput Mortuum #481C19

RGB

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

 GREEN value IS 28 (11.33% from 255) = 22.4%

 BLUE value IS 25 (10.16% from 255) = 20%

R = 57.6%
G = 22.4%
B = 20%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.65

 K value IS 0.72

RGB Variations

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

Color information

#481C19 (or 0x481C19) is known color: Caput Mortuum. HEX triplet: 48, 1C and 19. RGB value is (72,28,25). Sum of RGB (Red+Green+Blue) = 72+28+25=125 (16% of max value = 765). Red value is 72 (28.52% from 255 or 57.6% from 125); Green value is 28 (11.33% from 255 or 22.4% from 125); Blue value is 25 (10.16% from 255 or 20% from 125); Max value from RGB is 72 - color contains mainly: red. Hex color #481C19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481C19 is #B7E3E6. Grayscale: #282828. Windows color (decimal): -12051431 or 1645640. OLE color: 1645640.

HSL color Cylindrical-coordinate representation of color #481C19: hue angle of 3.83º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #481C19 is Cyan = 0, Magento = 0.61, Yellow = 0.65 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 28 25 -
CMYK 0 0.61 0.65 0.72
HSL 3.83º 0.48% 0.19% -
HSV(B) 3.83º 0.65% 0.28% -
XYZ 3.26 2.28 1.19 -
YUV 40.81 119.08 150.24 -
System Red Green Blue C M Y K H S L
Decimal 72 28 25 0 0.61 0.65 0.72 3.83 0.48 0.19
Hex 48 1C 19 0 3D 41 48 4 30 13
Octal 110 34 31 0 75 101 110 4 60 23
Binary 1001000 11100 11001 0 111101 1000001 1001000 100 110000 10011

Color Harmonies of #481C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481C19

Black with #481C19

Text Example


Text Example

White with #481C19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481C19; }

 p { color: rgb(72,28,25); }

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

background-color css

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

 a { background-color: rgb(72,28,25); }

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

border-color css

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

 span { border-color: rgb(72,28,25); }

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