Html Css Color HEX #4C390C Madras

📋 copy color: '#4C390C'

red 76 ◦ green 57 ◦ blue 12

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

Shades of Madras #4C390C

Tints of Madras #4C390C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 39.31%

 BLUE value IS 12 (5.08% from 255) = 8.28%

R = 52.41%
G = 39.31%
B = 8.28%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.84

 K value IS 0.70

RGB Variations

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

Color information

#4C390C (or 0x4C390C) is known color: Madras. HEX triplet: 4C, 39 and 0C. RGB value is (76,57,12). Sum of RGB (Red+Green+Blue) = 76+57+12=145 (19% of max value = 765). Red value is 76 (30.08% from 255 or 52.41% from 145); Green value is 57 (22.66% from 255 or 39.31% from 145); Blue value is 12 (5.08% from 255 or 8.28% from 145); Max value from RGB is 76 - color contains mainly: red. Hex color #4C390C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C390C is #B3C6F3. Grayscale: #393939. Windows color (decimal): -11781876 or 801100. OLE color: 801100.

HSL color Cylindrical-coordinate representation of color #4C390C: hue angle of 42.19º degrees, saturation: 0.73, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4C390C is Cyan = 0, Magento = 0.25, Yellow = 0.84 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 57 12 -
CMYK 0 0.25 0.84 0.70
HSL 42.19º 0.73% 0.17% -
HSV(B) 42.19º 0.84% 0.3% -
XYZ 4.51 4.49 0.98 -
YUV 57.55 102.29 141.16 -
System Red Green Blue C M Y K H S L
Decimal 76 57 12 0 0.25 0.84 0.70 42.19 0.73 0.17
Hex 4C 39 C 0 19 54 46 2A 49 11
Octal 114 71 14 0 31 124 106 52 111 21
Binary 1001100 111001 1100 0 11001 1010100 1000110 101010 1001001 10001

Color Harmonies of #4C390C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C390C

Black with #4C390C

Text Example


Text Example

White with #4C390C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,57,12); }

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

background-color css

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

 a { background-color: rgb(76,57,12); }

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

border-color css

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

 span { border-color: rgb(76,57,12); }

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