Html Css Color HEX #4C231C Caput Mortuum

📋 copy color: '#4C231C'

red 76 ◦ green 35 ◦ blue 28

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

Shades of Caput Mortuum #4C231C

Tints of Caput Mortuum #4C231C

RGB

 RED value IS 76 (30.08% from 255) = 54.68%

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

 BLUE value IS 28 (11.33% from 255) = 20.14%

R = 54.68%
G = 25.18%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.63

 K value IS 0.70

RGB Variations

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

Color information

#4C231C (or 0x4C231C) is known color: Caput Mortuum. HEX triplet: 4C, 23 and 1C. RGB value is (76,35,28). Sum of RGB (Red+Green+Blue) = 76+35+28=139 (18% of max value = 765). Red value is 76 (30.08% from 255 or 54.68% from 139); Green value is 35 (14.06% from 255 or 25.18% from 139); Blue value is 28 (11.33% from 255 or 20.14% from 139); Max value from RGB is 76 - color contains mainly: red. Hex color #4C231C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C231C is #B3DCE3. Grayscale: #2E2E2E. Windows color (decimal): -11787492 or 1844044. OLE color: 1844044.

HSL color Cylindrical-coordinate representation of color #4C231C: hue angle of 8.75º degrees, saturation: 0.46, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4C231C is Cyan = 0, Magento = 0.54, Yellow = 0.63 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 35 28 -
CMYK 0 0.54 0.63 0.70
HSL 8.75º 0.46% 0.2% -
HSV(B) 8.75º 0.63% 0.3% -
XYZ 3.79 2.82 1.44 -
YUV 46.46 117.58 149.07 -
System Red Green Blue C M Y K H S L
Decimal 76 35 28 0 0.54 0.63 0.70 8.75 0.46 0.2
Hex 4C 23 1C 0 36 3F 46 9 2E 14
Octal 114 43 34 0 66 77 106 11 56 24
Binary 1001100 100011 11100 0 110110 111111 1000110 1001 101110 10100

Color Harmonies of #4C231C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C231C

Black with #4C231C

Text Example


Text Example

White with #4C231C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,35,28); }

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

background-color css

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

 a { background-color: rgb(76,35,28); }

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

border-color css

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

 span { border-color: rgb(76,35,28); }

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