Html Css Color HEX #48221E Caput Mortuum

📋 copy color: '#48221E'

red 72 ◦ green 34 ◦ blue 30

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

Shades of Caput Mortuum #48221E

Tints of Caput Mortuum #48221E

RGB

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

 GREEN value IS 34 (13.67% from 255) = 25%

 BLUE value IS 30 (12.11% from 255) = 22.06%

R = 52.94%
G = 25%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.58

 K value IS 0.72

RGB Variations

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

Color information

#48221E (or 0x48221E) is known color: Caput Mortuum. HEX triplet: 48, 22 and 1E. RGB value is (72,34,30). Sum of RGB (Red+Green+Blue) = 72+34+30=136 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.94% from 136); Green value is 34 (13.67% from 255 or 25% from 136); Blue value is 30 (12.11% from 255 or 22.06% from 136); Max value from RGB is 72 - color contains mainly: red. Hex color #48221E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48221E is #B7DDE1. Grayscale: #2C2C2C. Windows color (decimal): -12049890 or 1974856. OLE color: 1974856.

HSL color Cylindrical-coordinate representation of color #48221E: hue angle of 5.71º degrees, saturation: 0.41, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #48221E is Cyan = 0, Magento = 0.53, Yellow = 0.58 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 34 30 -
CMYK 0 0.53 0.58 0.72
HSL 5.71º 0.41% 0.2% -
HSV(B) 5.71º 0.58% 0.28% -
XYZ 3.48 2.62 1.55 -
YUV 44.91 119.59 147.33 -
System Red Green Blue C M Y K H S L
Decimal 72 34 30 0 0.53 0.58 0.72 5.71 0.41 0.2
Hex 48 22 1E 0 35 3A 48 6 29 14
Octal 110 42 36 0 65 72 110 6 51 24
Binary 1001000 100010 11110 0 110101 111010 1001000 110 101001 10100

Color Harmonies of #48221E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48221E

Black with #48221E

Text Example


Text Example

White with #48221E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48221E; }

 p { color: rgb(72,34,30); }

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

background-color css

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

 a { background-color: rgb(72,34,30); }

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

border-color css

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

 span { border-color: rgb(72,34,30); }

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