Html Css Color HEX #4D1612 Red Oxide

📋 copy color: '#4D1612'

red 77 ◦ green 22 ◦ blue 18

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

Shades of Red Oxide #4D1612

Tints of Red Oxide #4D1612

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 15.38%

R = 65.81%
G = 18.8%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.77

 K value IS 0.70

RGB Variations

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

Color information

#4D1612 (or 0x4D1612) is known color: Red Oxide. HEX triplet: 4D, 16 and 12. RGB value is (77,22,18). Sum of RGB (Red+Green+Blue) = 77+22+18=117 (15% of max value = 765). Red value is 77 (30.47% from 255 or 65.81% from 117); Green value is 22 (8.98% from 255 or 18.80% from 117); Blue value is 18 (7.42% from 255 or 15.38% from 117); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1612 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D1612 is #B2E9ED. Grayscale: #262626. Windows color (decimal): -11725294 or 1185357. OLE color: 1185357.

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

Color convert

RGB 77 22 18 -
CMYK 0 0.71 0.77 0.70
HSL 4.07º 0.62% 0.19% -
HSV(B) 4.07º 0.77% 0.3% -
XYZ 3.46 2.2 0.81 -
YUV 37.99 116.72 155.83 -
System Red Green Blue C M Y K H S L
Decimal 77 22 18 0 0.71 0.77 0.70 4.07 0.62 0.19
Hex 4D 16 12 0 47 4D 46 4 3E 13
Octal 115 26 22 0 107 115 106 4 76 23
Binary 1001101 10110 10010 0 1000111 1001101 1000110 100 111110 10011

Color Harmonies of #4D1612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1612

Black with #4D1612

Text Example


Text Example

White with #4D1612

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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