Html Css Color HEX #4C4103 Madras

📋 copy color: '#4C4103'

red 76 ◦ green 65 ◦ blue 3

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

Shades of Madras #4C4103

Tints of Madras #4C4103

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 2.08%

R = 52.78%
G = 45.14%
B = 2.08%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.96

 K value IS 0.70

RGB Variations

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

Color information

#4C4103 (or 0x4C4103) is known color: Madras. HEX triplet: 4C, 41 and 03. RGB value is (76,65,3). Sum of RGB (Red+Green+Blue) = 76+65+3=144 (19% of max value = 765). Red value is 76 (30.08% from 255 or 52.78% from 144); Green value is 65 (25.78% from 255 or 45.14% from 144); Blue value is 3 (1.56% from 255 or 2.08% from 144); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4103 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C4103 is #B3BEFC. Grayscale: #3D3D3D. Windows color (decimal): -11779837 or 213324. OLE color: 213324.

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

Color convert

RGB 76 65 3 -
CMYK 0 0.14 0.96 0.70
HSL 50.96º 0.92% 0.15% -
HSV(B) 50.96º 0.96% 0.3% -
XYZ 4.89 5.32 0.86 -
YUV 61.22 95.14 138.54 -
System Red Green Blue C M Y K H S L
Decimal 76 65 3 0 0.14 0.96 0.70 50.96 0.92 0.15
Hex 4C 41 3 0 E 60 46 33 5C F
Octal 114 101 3 0 16 140 106 63 134 17
Binary 1001100 1000001 11 0 1110 1100000 1000110 110011 1011100 1111

Color Harmonies of #4C4103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C4103

Black with #4C4103

Text Example


Text Example

White with #4C4103

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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