Html Css Color HEX #4F3C0D Madras

📋 copy color: '#4F3C0D'

red 79 ◦ green 60 ◦ blue 13

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

Shades of Madras #4F3C0D

Tints of Madras #4F3C0D

RGB

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

 GREEN value IS 60 (23.83% from 255) = 39.47%

 BLUE value IS 13 (5.47% from 255) = 8.55%

R = 51.97%
G = 39.47%
B = 8.55%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.84

 K value IS 0.69

RGB Variations

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

Color information

#4F3C0D (or 0x4F3C0D) is known color: Madras. HEX triplet: 4F, 3C and 0D. RGB value is (79,60,13). Sum of RGB (Red+Green+Blue) = 79+60+13=152 (20% of max value = 765). Red value is 79 (31.25% from 255 or 51.97% from 152); Green value is 60 (23.83% from 255 or 39.47% from 152); Blue value is 13 (5.47% from 255 or 8.55% from 152); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3C0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F3C0D is #B0C3F2. Grayscale: #3C3C3C. Windows color (decimal): -11584499 or 867407. OLE color: 867407.

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

Color convert

RGB 79 60 13 -
CMYK 0 0.24 0.84 0.69
HSL 42.73º 0.72% 0.18% -
HSV(B) 42.73º 0.84% 0.31% -
XYZ 4.91 4.92 1.07 -
YUV 60.32 101.29 141.32 -
System Red Green Blue C M Y K H S L
Decimal 79 60 13 0 0.24 0.84 0.69 42.73 0.72 0.18
Hex 4F 3C D 0 18 54 45 2B 48 12
Octal 117 74 15 0 30 124 105 53 110 22
Binary 1001111 111100 1101 0 11000 1010100 1000101 101011 1001000 10010

Color Harmonies of #4F3C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F3C0D

Black with #4F3C0D

Text Example


Text Example

White with #4F3C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,60,13); }

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

background-color css

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

 a { background-color: rgb(79,60,13); }

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

border-color css

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

 span { border-color: rgb(79,60,13); }

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