Html Css Color HEX #4F450E Madras

📋 copy color: '#4F450E'

red 79 ◦ green 69 ◦ blue 14

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

Shades of Madras #4F450E

Tints of Madras #4F450E

RGB

 RED value IS 79 (31.25% from 255) = 48.77%

 GREEN value IS 69 (27.34% from 255) = 42.59%

 BLUE value IS 14 (5.86% from 255) = 8.64%

R = 48.77%
G = 42.59%
B = 8.64%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.82

 K value IS 0.69

RGB Variations

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

Color information

#4F450E (or 0x4F450E) is known color: Madras. HEX triplet: 4F, 45 and 0E. RGB value is (79,69,14). Sum of RGB (Red+Green+Blue) = 79+69+14=162 (21% of max value = 765). Red value is 79 (31.25% from 255 or 48.77% from 162); Green value is 69 (27.34% from 255 or 42.59% from 162); Blue value is 14 (5.86% from 255 or 8.64% from 162); Max value from RGB is 79 - color contains mainly: red. Hex color #4F450E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F450E is #B0BAF1. Grayscale: #414141. Windows color (decimal): -11582194 or 935247. OLE color: 935247.

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

Color convert

RGB 79 69 14 -
CMYK 0 0.13 0.82 0.69
HSL 50.77º 0.7% 0.18% -
HSV(B) 50.77º 0.82% 0.31% -
XYZ 5.43 5.95 1.28 -
YUV 65.72 98.81 137.47 -
System Red Green Blue C M Y K H S L
Decimal 79 69 14 0 0.13 0.82 0.69 50.77 0.7 0.18
Hex 4F 45 E 0 D 52 45 33 46 12
Octal 117 105 16 0 15 122 105 63 106 22
Binary 1001111 1000101 1110 0 1101 1010010 1000101 110011 1000110 10010

Color Harmonies of #4F450E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F450E

Black with #4F450E

Text Example


Text Example

White with #4F450E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,69,14); }

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

background-color css

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

 a { background-color: rgb(79,69,14); }

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

border-color css

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

 span { border-color: rgb(79,69,14); }

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