Html Css Color HEX #4C390D Madras

📋 copy color: '#4C390D'

red 76 ◦ green 57 ◦ blue 13

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

Shades of Madras #4C390D

Tints of Madras #4C390D

RGB

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

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

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

R = 52.05%
G = 39.04%
B = 8.9%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.83

 K value IS 0.70

RGB Variations

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

Color information

#4C390D (or 0x4C390D) is known color: Madras. HEX triplet: 4C, 39 and 0D. RGB value is (76,57,13). Sum of RGB (Red+Green+Blue) = 76+57+13=146 (19% of max value = 765). Red value is 76 (30.08% from 255 or 52.05% from 146); Green value is 57 (22.66% from 255 or 39.04% from 146); Blue value is 13 (5.47% from 255 or 8.90% from 146); Max value from RGB is 76 - color contains mainly: red. Hex color #4C390D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C390D is #B3C6F2. Grayscale: #393939. Windows color (decimal): -11781875 or 866636. OLE color: 866636.

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

Color convert

RGB 76 57 13 -
CMYK 0 0.25 0.83 0.70
HSL 41.9º 0.71% 0.17% -
HSV(B) 41.9º 0.83% 0.3% -
XYZ 4.52 4.49 1.01 -
YUV 57.67 102.79 141.08 -
System Red Green Blue C M Y K H S L
Decimal 76 57 13 0 0.25 0.83 0.70 41.9 0.71 0.17
Hex 4C 39 D 0 19 53 46 2A 47 11
Octal 114 71 15 0 31 123 106 52 107 21
Binary 1001100 111001 1101 0 11001 1010011 1000110 101010 1000111 10001

Color Harmonies of #4C390D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C390D

Black with #4C390D

Text Example


Text Example

White with #4C390D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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