Html Css Color HEX #49231E Caput Mortuum

📋 copy color: '#49231E'

red 73 ◦ green 35 ◦ blue 30

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

Shades of Caput Mortuum #49231E

Tints of Caput Mortuum #49231E

RGB

 RED value IS 73 (28.91% from 255) = 52.9%

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

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

R = 52.9%
G = 25.36%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.59

 K value IS 0.71

RGB Variations

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

Color information

#49231E (or 0x49231E) is known color: Caput Mortuum. HEX triplet: 49, 23 and 1E. RGB value is (73,35,30). Sum of RGB (Red+Green+Blue) = 73+35+30=138 (18% of max value = 765). Red value is 73 (28.91% from 255 or 52.90% from 138); Green value is 35 (14.06% from 255 or 25.36% from 138); Blue value is 30 (12.11% from 255 or 21.74% from 138); Max value from RGB is 73 - color contains mainly: red. Hex color #49231E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49231E is #B6DCE1. Grayscale: #2D2D2D. Windows color (decimal): -11984098 or 1975113. OLE color: 1975113.

HSL color Cylindrical-coordinate representation of color #49231E: hue angle of 6.98º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #49231E is Cyan = 0, Magento = 0.52, Yellow = 0.59 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 35 30 -
CMYK 0 0.52 0.59 0.71
HSL 6.98º 0.42% 0.2% -
HSV(B) 6.98º 0.59% 0.29% -
XYZ 3.58 2.71 1.56 -
YUV 45.79 119.09 147.41 -
System Red Green Blue C M Y K H S L
Decimal 73 35 30 0 0.52 0.59 0.71 6.98 0.42 0.2
Hex 49 23 1E 0 34 3B 47 7 2A 14
Octal 111 43 36 0 64 73 107 7 52 24
Binary 1001001 100011 11110 0 110100 111011 1000111 111 101010 10100

Color Harmonies of #49231E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49231E

Black with #49231E

Text Example


Text Example

White with #49231E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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