Html Css Color HEX #4C1917 Red Oxide

📋 copy color: '#4C1917'

red 76 ◦ green 25 ◦ blue 23

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

Shades of Red Oxide #4C1917

Tints of Red Oxide #4C1917

RGB

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

 GREEN value IS 25 (10.16% from 255) = 20.16%

 BLUE value IS 23 (9.38% from 255) = 18.55%

R = 61.29%
G = 20.16%
B = 18.55%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.70

 K value IS 0.70

RGB Variations

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

Color information

#4C1917 (or 0x4C1917) is known color: Red Oxide. HEX triplet: 4C, 19 and 17. RGB value is (76,25,23). Sum of RGB (Red+Green+Blue) = 76+25+23=124 (16% of max value = 765). Red value is 76 (30.08% from 255 or 61.29% from 124); Green value is 25 (10.16% from 255 or 20.16% from 124); Blue value is 23 (9.38% from 255 or 18.55% from 124); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1917 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4C1917 is #B3E6E8. Grayscale: #282828. Windows color (decimal): -11790057 or 1513804. OLE color: 1513804.

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

Color convert

RGB 76 25 23 -
CMYK 0 0.67 0.70 0.70
HSL 2.26º 0.54% 0.19% -
HSV(B) 2.26º 0.7% 0.3% -
XYZ 3.48 2.29 1.07 -
YUV 40.02 118.4 153.66 -
System Red Green Blue C M Y K H S L
Decimal 76 25 23 0 0.67 0.70 0.70 2.26 0.54 0.19
Hex 4C 19 17 0 43 46 46 2 36 13
Octal 114 31 27 0 103 106 106 2 66 23
Binary 1001100 11001 10111 0 1000011 1000110 1000110 10 110110 10011

Color Harmonies of #4C1917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C1917

Black with #4C1917

Text Example


Text Example

White with #4C1917

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,25,23); }

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

background-color css

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

 a { background-color: rgb(76,25,23); }

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

border-color css

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

 span { border-color: rgb(76,25,23); }

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