Html Css Color HEX #4C231B Caput Mortuum

📋 copy color: '#4C231B'

red 76 ◦ green 35 ◦ blue 27

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

Shades of Caput Mortuum #4C231B

Tints of Caput Mortuum #4C231B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 19.57%

R = 55.07%
G = 25.36%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.64

 K value IS 0.70

RGB Variations

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

Color information

#4C231B (or 0x4C231B) is known color: Caput Mortuum. HEX triplet: 4C, 23 and 1B. RGB value is (76,35,27). Sum of RGB (Red+Green+Blue) = 76+35+27=138 (18% of max value = 765). Red value is 76 (30.08% from 255 or 55.07% from 138); Green value is 35 (14.06% from 255 or 25.36% from 138); Blue value is 27 (10.94% from 255 or 19.57% from 138); Max value from RGB is 76 - color contains mainly: red. Hex color #4C231B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C231B is #B3DCE4. Grayscale: #2E2E2E. Windows color (decimal): -11787493 or 1778508. OLE color: 1778508.

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

Color convert

RGB 76 35 27 -
CMYK 0 0.54 0.64 0.70
HSL 9.8º 0.48% 0.2% -
HSV(B) 9.8º 0.64% 0.3% -
XYZ 3.78 2.82 1.38 -
YUV 46.35 117.08 149.15 -
System Red Green Blue C M Y K H S L
Decimal 76 35 27 0 0.54 0.64 0.70 9.8 0.48 0.2
Hex 4C 23 1B 0 36 40 46 A 30 14
Octal 114 43 33 0 66 100 106 12 60 24
Binary 1001100 100011 11011 0 110110 1000000 1000110 1010 110000 10100

Color Harmonies of #4C231B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C231B

Black with #4C231B

Text Example


Text Example

White with #4C231B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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