Html Css Color HEX #4A231E Caput Mortuum

📋 copy color: '#4A231E'

red 74 ◦ green 35 ◦ blue 30

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

Shades of Caput Mortuum #4A231E

Tints of Caput Mortuum #4A231E

RGB

 RED value IS 74 (29.3% from 255) = 53.24%

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

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

R = 53.24%
G = 25.18%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.59

 K value IS 0.71

RGB Variations

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

Color information

#4A231E (or 0x4A231E) is known color: Caput Mortuum. HEX triplet: 4A, 23 and 1E. RGB value is (74,35,30). Sum of RGB (Red+Green+Blue) = 74+35+30=139 (18% of max value = 765). Red value is 74 (29.30% from 255 or 53.24% from 139); Green value is 35 (14.06% from 255 or 25.18% from 139); Blue value is 30 (12.11% from 255 or 21.58% from 139); Max value from RGB is 74 - color contains mainly: red. Hex color #4A231E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A231E is #B5DCE1. Grayscale: #2E2E2E. Windows color (decimal): -11918562 or 1975114. OLE color: 1975114.

HSL color Cylindrical-coordinate representation of color #4A231E: hue angle of 6.82º 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 #4A231E is Cyan = 0, Magento = 0.53, Yellow = 0.59 and Black (K on CMYK) = 0.71.

Color convert

RGB 74 35 30 -
CMYK 0 0.53 0.59 0.71
HSL 6.82º 0.42% 0.2% -
HSV(B) 6.82º 0.59% 0.29% -
XYZ 3.66 2.75 1.57 -
YUV 46.09 118.92 147.91 -
System Red Green Blue C M Y K H S L
Decimal 74 35 30 0 0.53 0.59 0.71 6.82 0.42 0.2
Hex 4A 23 1E 0 35 3B 47 7 2A 14
Octal 112 43 36 0 65 73 107 7 52 24
Binary 1001010 100011 11110 0 110101 111011 1000111 111 101010 10100

Color Harmonies of #4A231E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A231E

Black with #4A231E

Text Example


Text Example

White with #4A231E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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