Html Css Color HEX #48231E Caput Mortuum

📋 copy color: '#48231E'

red 72 ◦ green 35 ◦ blue 30

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

Shades of Caput Mortuum #48231E

Tints of Caput Mortuum #48231E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 25.55%

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

R = 52.55%
G = 25.55%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.58

 K value IS 0.72

RGB Variations

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

Color information

#48231E (or 0x48231E) is known color: Caput Mortuum. HEX triplet: 48, 23 and 1E. RGB value is (72,35,30). Sum of RGB (Red+Green+Blue) = 72+35+30=137 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.55% from 137); Green value is 35 (14.06% from 255 or 25.55% from 137); Blue value is 30 (12.11% from 255 or 21.90% from 137); Max value from RGB is 72 - color contains mainly: red. Hex color #48231E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48231E is #B7DCE1. Grayscale: #2D2D2D. Windows color (decimal): -12049634 or 1975112. OLE color: 1975112.

HSL color Cylindrical-coordinate representation of color #48231E: hue angle of 7.14º 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 #48231E is Cyan = 0, Magento = 0.51, Yellow = 0.58 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 35 30 -
CMYK 0 0.51 0.58 0.72
HSL 7.14º 0.41% 0.2% -
HSV(B) 7.14º 0.58% 0.28% -
XYZ 3.51 2.67 1.56 -
YUV 45.49 119.26 146.91 -
System Red Green Blue C M Y K H S L
Decimal 72 35 30 0 0.51 0.58 0.72 7.14 0.41 0.2
Hex 48 23 1E 0 33 3A 48 7 29 14
Octal 110 43 36 0 63 72 110 7 51 24
Binary 1001000 100011 11110 0 110011 111010 1001000 111 101001 10100

Color Harmonies of #48231E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48231E

Black with #48231E

Text Example


Text Example

White with #48231E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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