Html Css Color HEX #4E1710 Red Oxide

📋 copy color: '#4E1710'

red 78 ◦ green 23 ◦ blue 16

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

Shades of Red Oxide #4E1710

Tints of Red Oxide #4E1710

RGB

 RED value IS 78 (30.86% from 255) = 66.67%

 GREEN value IS 23 (9.38% from 255) = 19.66%

 BLUE value IS 16 (6.64% from 255) = 13.68%

R = 66.67%
G = 19.66%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.79

 K value IS 0.69

RGB Variations

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

Color information

#4E1710 (or 0x4E1710) is known color: Red Oxide. HEX triplet: 4E, 17 and 10. RGB value is (78,23,16). Sum of RGB (Red+Green+Blue) = 78+23+16=117 (15% of max value = 765). Red value is 78 (30.86% from 255 or 66.67% from 117); Green value is 23 (9.38% from 255 or 19.66% from 117); Blue value is 16 (6.64% from 255 or 13.68% from 117); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1710 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E1710 is #B1E8EF. Grayscale: #262626. Windows color (decimal): -11659504 or 1054542. OLE color: 1054542.

HSL color Cylindrical-coordinate representation of color #4E1710: hue angle of 6.77º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4E1710 is Cyan = 0, Magento = 0.71, Yellow = 0.79 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 23 16 -
CMYK 0 0.71 0.79 0.69
HSL 6.77º 0.66% 0.18% -
HSV(B) 6.77º 0.79% 0.31% -
XYZ 3.54 2.27 0.74 -
YUV 38.65 115.22 156.07 -
System Red Green Blue C M Y K H S L
Decimal 78 23 16 0 0.71 0.79 0.69 6.77 0.66 0.18
Hex 4E 17 10 0 47 4F 45 7 42 12
Octal 116 27 20 0 107 117 105 7 102 22
Binary 1001110 10111 10000 0 1000111 1001111 1000101 111 1000010 10010

Color Harmonies of #4E1710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E1710

Black with #4E1710

Text Example


Text Example

White with #4E1710

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,23,16); }

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

background-color css

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

 a { background-color: rgb(78,23,16); }

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

border-color css

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

 span { border-color: rgb(78,23,16); }

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