Html Css Color HEX #481D1A Caput Mortuum

📋 copy color: '#481D1A'

red 72 ◦ green 29 ◦ blue 26

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

Shades of Caput Mortuum #481D1A

Tints of Caput Mortuum #481D1A

RGB

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

 GREEN value IS 29 (11.72% from 255) = 22.83%

 BLUE value IS 26 (10.55% from 255) = 20.47%

R = 56.69%
G = 22.83%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.64

 K value IS 0.72

RGB Variations

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

Color information

#481D1A (or 0x481D1A) is known color: Caput Mortuum. HEX triplet: 48, 1D and 1A. RGB value is (72,29,26). Sum of RGB (Red+Green+Blue) = 72+29+26=127 (16% of max value = 765). Red value is 72 (28.52% from 255 or 56.69% from 127); Green value is 29 (11.72% from 255 or 22.83% from 127); Blue value is 26 (10.55% from 255 or 20.47% from 127); Max value from RGB is 72 - color contains mainly: red. Hex color #481D1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481D1A is #B7E2E5. Grayscale: #292929. Windows color (decimal): -12051174 or 1711432. OLE color: 1711432.

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

Color convert

RGB 72 29 26 -
CMYK 0 0.60 0.64 0.72
HSL 3.91º 0.47% 0.19% -
HSV(B) 3.91º 0.64% 0.28% -
XYZ 3.3 2.33 1.25 -
YUV 41.52 119.25 149.74 -
System Red Green Blue C M Y K H S L
Decimal 72 29 26 0 0.60 0.64 0.72 3.91 0.47 0.19
Hex 48 1D 1A 0 3C 40 48 4 2F 13
Octal 110 35 32 0 74 100 110 4 57 23
Binary 1001000 11101 11010 0 111100 1000000 1001000 100 101111 10011

Color Harmonies of #481D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481D1A

Black with #481D1A

Text Example


Text Example

White with #481D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,29,26); }

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

background-color css

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

 a { background-color: rgb(72,29,26); }

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

border-color css

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

 span { border-color: rgb(72,29,26); }

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