Html Css Color HEX #4F231E Caput Mortuum

📋 copy color: '#4F231E'

red 79 ◦ green 35 ◦ blue 30

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

Shades of Caput Mortuum #4F231E

Tints of Caput Mortuum #4F231E

RGB

 RED value IS 79 (31.25% from 255) = 54.86%

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

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

R = 54.86%
G = 24.31%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.62

 K value IS 0.69

RGB Variations

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

Color information

#4F231E (or 0x4F231E) is known color: Caput Mortuum. HEX triplet: 4F, 23 and 1E. RGB value is (79,35,30). Sum of RGB (Red+Green+Blue) = 79+35+30=144 (19% of max value = 765). Red value is 79 (31.25% from 255 or 54.86% from 144); Green value is 35 (14.06% from 255 or 24.31% from 144); Blue value is 30 (12.11% from 255 or 20.83% from 144); Max value from RGB is 79 - color contains mainly: red. Hex color #4F231E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F231E is #B0DCE1. Grayscale: #2F2F2F. Windows color (decimal): -11590882 or 1975119. OLE color: 1975119.

HSL color Cylindrical-coordinate representation of color #4F231E: hue angle of 6.12º degrees, saturation: 0.45, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4F231E is Cyan = 0, Magento = 0.56, Yellow = 0.62 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 35 30 -
CMYK 0 0.56 0.62 0.69
HSL 6.12º 0.45% 0.21% -
HSV(B) 6.12º 0.62% 0.31% -
XYZ 4.06 2.96 1.59 -
YUV 47.59 118.08 150.41 -
System Red Green Blue C M Y K H S L
Decimal 79 35 30 0 0.56 0.62 0.69 6.12 0.45 0.21
Hex 4F 23 1E 0 38 3E 45 6 2D 15
Octal 117 43 36 0 70 76 105 6 55 25
Binary 1001111 100011 11110 0 111000 111110 1000101 110 101101 10101

Color Harmonies of #4F231E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F231E

Black with #4F231E

Text Example


Text Example

White with #4F231E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4F231E; }

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

 H1.HeaderClassName
 {
   color: #4F231E;
 }
 .AnyTagClassName
 {
   color: #4F231E;
 }
</style>

background-color css

<style>
 a { background-color: #4F231E; }

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

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

border-color css

<style>
 span { border-color: #4F231E; }

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

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