Html Css Color HEX #4C3811 Madras

📋 copy color: '#4C3811'

red 76 ◦ green 56 ◦ blue 17

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

Shades of Madras #4C3811

Tints of Madras #4C3811

RGB

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

 GREEN value IS 56 (22.27% from 255) = 37.58%

 BLUE value IS 17 (7.03% from 255) = 11.41%

R = 51.01%
G = 37.58%
B = 11.41%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.78

 K value IS 0.70

RGB Variations

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

Color information

#4C3811 (or 0x4C3811) is known color: Madras. HEX triplet: 4C, 38 and 11. RGB value is (76,56,17). Sum of RGB (Red+Green+Blue) = 76+56+17=149 (19% of max value = 765). Red value is 76 (30.08% from 255 or 51.01% from 149); Green value is 56 (22.27% from 255 or 37.58% from 149); Blue value is 17 (7.03% from 255 or 11.41% from 149); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3811 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C3811 is #B3C7EE. Grayscale: #393939. Windows color (decimal): -11782127 or 1128524. OLE color: 1128524.

HSL color Cylindrical-coordinate representation of color #4C3811: hue angle of 39.66º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4C3811 is Cyan = 0, Magento = 0.26, Yellow = 0.78 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 56 17 -
CMYK 0 0.26 0.78 0.70
HSL 39.66º 0.63% 0.18% -
HSV(B) 39.66º 0.78% 0.3% -
XYZ 4.5 4.41 1.14 -
YUV 57.53 105.13 141.17 -
System Red Green Blue C M Y K H S L
Decimal 76 56 17 0 0.26 0.78 0.70 39.66 0.63 0.18
Hex 4C 38 11 0 1A 4E 46 28 3F 12
Octal 114 70 21 0 32 116 106 50 77 22
Binary 1001100 111000 10001 0 11010 1001110 1000110 101000 111111 10010

Color Harmonies of #4C3811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3811

Black with #4C3811

Text Example


Text Example

White with #4C3811

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,56,17); }

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

background-color css

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

 a { background-color: rgb(76,56,17); }

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

border-color css

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

 span { border-color: rgb(76,56,17); }

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