Html Css Color HEX #4C4101 Madras

📋 copy color: '#4C4101'

red 76 ◦ green 65 ◦ blue 1

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

Shades of Madras #4C4101

Tints of Madras #4C4101

RGB

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

 GREEN value IS 65 (25.78% from 255) = 45.77%

 BLUE value IS 1 (0.78% from 255) = 0.7%

R = 53.52%
G = 45.77%
B = 0.7%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.99

 K value IS 0.70

RGB Variations

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

Color information

#4C4101 (or 0x4C4101) is known color: Madras. HEX triplet: 4C, 41 and 01. RGB value is (76,65,1). Sum of RGB (Red+Green+Blue) = 76+65+1=142 (18% of max value = 765). Red value is 76 (30.08% from 255 or 53.52% from 142); Green value is 65 (25.78% from 255 or 45.77% from 142); Blue value is 1 (0.78% from 255 or 0.70% from 142); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4101 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C4101 is #B3BEFE. Grayscale: #3D3D3D. Windows color (decimal): -11779839 or 82252. OLE color: 82252.

HSL color Cylindrical-coordinate representation of color #4C4101: hue angle of 51.2º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4C4101 is Cyan = 0, Magento = 0.14, Yellow = 0.99 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 65 1 -
CMYK 0 0.14 0.99 0.70
HSL 51.2º 0.97% 0.15% -
HSV(B) 51.2º 0.99% 0.3% -
XYZ 4.88 5.32 0.8 -
YUV 60.99 94.14 138.7 -
System Red Green Blue C M Y K H S L
Decimal 76 65 1 0 0.14 0.99 0.70 51.2 0.97 0.15
Hex 4C 41 1 0 E 63 46 33 61 F
Octal 114 101 1 0 16 143 106 63 141 17
Binary 1001100 1000001 1 0 1110 1100011 1000110 110011 1100001 1111

Color Harmonies of #4C4101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C4101

Black with #4C4101

Text Example


Text Example

White with #4C4101

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,65,1); }

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

background-color css

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

 a { background-color: rgb(76,65,1); }

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

border-color css

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

 span { border-color: rgb(76,65,1); }

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