Html Css Color HEX #4C140F Red Oxide

📋 copy color: '#4C140F'

red 76 ◦ green 20 ◦ blue 15

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

Shades of Red Oxide #4C140F

Tints of Red Oxide #4C140F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 18.02%

 BLUE value IS 15 (6.25% from 255) = 13.51%

R = 68.47%
G = 18.02%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.80

 K value IS 0.70

RGB Variations

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

Color information

#4C140F (or 0x4C140F) is known color: Red Oxide. HEX triplet: 4C, 14 and 0F. RGB value is (76,20,15). Sum of RGB (Red+Green+Blue) = 76+20+15=111 (14% of max value = 765). Red value is 76 (30.08% from 255 or 68.47% from 111); Green value is 20 (8.20% from 255 or 18.02% from 111); Blue value is 15 (6.25% from 255 or 13.51% from 111); Max value from RGB is 76 - color contains mainly: red. Hex color #4C140F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4C140F is #B3EBF0. Grayscale: #242424. Windows color (decimal): -11791345 or 988236. OLE color: 988236.

HSL color Cylindrical-coordinate representation of color #4C140F: hue angle of 4.92º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4C140F is Cyan = 0, Magento = 0.74, Yellow = 0.80 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 20 15 -
CMYK 0 0.74 0.80 0.70
HSL 4.92º 0.67% 0.18% -
HSV(B) 4.92º 0.8% 0.3% -
XYZ 3.32 2.07 0.68 -
YUV 36.17 116.05 156.41 -
System Red Green Blue C M Y K H S L
Decimal 76 20 15 0 0.74 0.80 0.70 4.92 0.67 0.18
Hex 4C 14 F 0 4A 50 46 5 43 12
Octal 114 24 17 0 112 120 106 5 103 22
Binary 1001100 10100 1111 0 1001010 1010000 1000110 101 1000011 10010

Color Harmonies of #4C140F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C140F

Black with #4C140F

Text Example


Text Example

White with #4C140F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,20,15); }

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

background-color css

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

 a { background-color: rgb(76,20,15); }

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

border-color css

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

 span { border-color: rgb(76,20,15); }

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