Html Css Color HEX #4C401B Madras

📋 copy color: '#4C401B'

red 76 ◦ green 64 ◦ blue 27

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

Shades of Madras #4C401B

Tints of Madras #4C401B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 38.32%

 BLUE value IS 27 (10.94% from 255) = 16.17%

R = 45.51%
G = 38.32%
B = 16.17%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.64

 K value IS 0.70

RGB Variations

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

Color information

#4C401B (or 0x4C401B) is known color: Madras. HEX triplet: 4C, 40 and 1B. RGB value is (76,64,27). Sum of RGB (Red+Green+Blue) = 76+64+27=167 (22% of max value = 765). Red value is 76 (30.08% from 255 or 45.51% from 167); Green value is 64 (25.39% from 255 or 38.32% from 167); Blue value is 27 (10.94% from 255 or 16.17% from 167); Max value from RGB is 76 - color contains mainly: red. Hex color #4C401B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C401B is #B3BFE4. Grayscale: #3F3F3F. Windows color (decimal): -11780069 or 1785932. OLE color: 1785932.

HSL color Cylindrical-coordinate representation of color #4C401B: hue angle of 45.31º degrees, saturation: 0.48, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4C401B is Cyan = 0, Magento = 0.16, Yellow = 0.64 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 64 27 -
CMYK 0 0.16 0.64 0.70
HSL 45.31º 0.48% 0.2% -
HSV(B) 45.31º 0.64% 0.3% -
XYZ 5.01 5.28 1.79 -
YUV 63.37 107.48 137.01 -
System Red Green Blue C M Y K H S L
Decimal 76 64 27 0 0.16 0.64 0.70 45.31 0.48 0.2
Hex 4C 40 1B 0 10 40 46 2D 30 14
Octal 114 100 33 0 20 100 106 55 60 24
Binary 1001100 1000000 11011 0 10000 1000000 1000110 101101 110000 10100

Color Harmonies of #4C401B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C401B

Black with #4C401B

Text Example


Text Example

White with #4C401B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,64,27); }

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

background-color css

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

 a { background-color: rgb(76,64,27); }

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

border-color css

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

 span { border-color: rgb(76,64,27); }

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