Html Css Color HEX #4C4503 Madras

📋 copy color: '#4C4503'

red 76 ◦ green 69 ◦ blue 3

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

Shades of Madras #4C4503

Tints of Madras #4C4503

RGB

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

 GREEN value IS 69 (27.34% from 255) = 46.62%

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

R = 51.35%
G = 46.62%
B = 2.03%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.96

 K value IS 0.70

RGB Variations

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

Color information

#4C4503 (or 0x4C4503) is known color: Madras. HEX triplet: 4C, 45 and 03. RGB value is (76,69,3). Sum of RGB (Red+Green+Blue) = 76+69+3=148 (19% of max value = 765). Red value is 76 (30.08% from 255 or 51.35% from 148); Green value is 69 (27.34% from 255 or 46.62% from 148); Blue value is 3 (1.56% from 255 or 2.03% from 148); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4503 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C4503 is #B3BAFC. Grayscale: #3F3F3F. Windows color (decimal): -11778813 or 214348. OLE color: 214348.

HSL color Cylindrical-coordinate representation of color #4C4503: hue angle of 54.25º 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 #4C4503 is Cyan = 0, Magento = 0.09, Yellow = 0.96 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 69 3 -
CMYK 0 0.09 0.96 0.70
HSL 54.25º 0.92% 0.15% -
HSV(B) 54.25º 0.96% 0.3% -
XYZ 5.13 5.8 0.94 -
YUV 63.57 93.82 136.87 -
System Red Green Blue C M Y K H S L
Decimal 76 69 3 0 0.09 0.96 0.70 54.25 0.92 0.15
Hex 4C 45 3 0 9 60 46 36 5C F
Octal 114 105 3 0 11 140 106 66 134 17
Binary 1001100 1000101 11 0 1001 1100000 1000110 110110 1011100 1111

Color Harmonies of #4C4503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C4503

Black with #4C4503

Text Example


Text Example

White with #4C4503

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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