Html Css Color HEX #4C4502 Madras

📋 copy color: '#4C4502'

red 76 ◦ green 69 ◦ blue 2

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

Shades of Madras #4C4502

Tints of Madras #4C4502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.36%

R = 51.7%
G = 46.94%
B = 1.36%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.97

 K value IS 0.70

RGB Variations

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

Color information

#4C4502 (or 0x4C4502) is known color: Madras. HEX triplet: 4C, 45 and 02. RGB value is (76,69,2). Sum of RGB (Red+Green+Blue) = 76+69+2=147 (19% of max value = 765). Red value is 76 (30.08% from 255 or 51.70% from 147); Green value is 69 (27.34% from 255 or 46.94% from 147); Blue value is 2 (1.17% from 255 or 1.36% from 147); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4502 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C4502 is #B3BAFD. Grayscale: #3F3F3F. Windows color (decimal): -11778814 or 148812. OLE color: 148812.

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

Color convert

RGB 76 69 2 -
CMYK 0 0.09 0.97 0.70
HSL 54.32º 0.95% 0.15% -
HSV(B) 54.32º 0.97% 0.3% -
XYZ 5.12 5.8 0.91 -
YUV 63.46 93.32 136.95 -
System Red Green Blue C M Y K H S L
Decimal 76 69 2 0 0.09 0.97 0.70 54.32 0.95 0.15
Hex 4C 45 2 0 9 61 46 36 5F F
Octal 114 105 2 0 11 141 106 66 137 17
Binary 1001100 1000101 10 0 1001 1100001 1000110 110110 1011111 1111

Color Harmonies of #4C4502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C4502

Black with #4C4502

Text Example


Text Example

White with #4C4502

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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