Html Css Color HEX #4D1610 Red Oxide

📋 copy color: '#4D1610'

red 77 ◦ green 22 ◦ blue 16

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

Shades of Red Oxide #4D1610

Tints of Red Oxide #4D1610

RGB

 RED value IS 77 (30.47% from 255) = 66.96%

 GREEN value IS 22 (8.98% from 255) = 19.13%

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

R = 66.96%
G = 19.13%
B = 13.91%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.79

 K value IS 0.70

RGB Variations

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

Color information

#4D1610 (or 0x4D1610) is known color: Red Oxide. HEX triplet: 4D, 16 and 10. RGB value is (77,22,16). Sum of RGB (Red+Green+Blue) = 77+22+16=115 (15% of max value = 765). Red value is 77 (30.47% from 255 or 66.96% from 115); Green value is 22 (8.98% from 255 or 19.13% from 115); Blue value is 16 (6.64% from 255 or 13.91% from 115); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1610 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D1610 is #B2E9EF. Grayscale: #252525. Windows color (decimal): -11725296 or 1054285. OLE color: 1054285.

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

Color convert

RGB 77 22 16 -
CMYK 0 0.71 0.79 0.70
HSL 5.9º 0.66% 0.18% -
HSV(B) 5.9º 0.79% 0.3% -
XYZ 3.44 2.19 0.73 -
YUV 37.76 115.72 155.99 -
System Red Green Blue C M Y K H S L
Decimal 77 22 16 0 0.71 0.79 0.70 5.9 0.66 0.18
Hex 4D 16 10 0 47 4F 46 6 42 12
Octal 115 26 20 0 107 117 106 6 102 22
Binary 1001101 10110 10000 0 1000111 1001111 1000110 110 1000010 10010

Color Harmonies of #4D1610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1610

Black with #4D1610

Text Example


Text Example

White with #4D1610

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,22,16); }

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

background-color css

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

 a { background-color: rgb(77,22,16); }

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

border-color css

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

 span { border-color: rgb(77,22,16); }

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