Html Css Color HEX #4C4505 Madras

📋 copy color: '#4C4505'

red 76 ◦ green 69 ◦ blue 5

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

Shades of Madras #4C4505

Tints of Madras #4C4505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.33%

R = 50.67%
G = 46%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.93

 K value IS 0.70

RGB Variations

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

Color information

#4C4505 (or 0x4C4505) is known color: Madras. HEX triplet: 4C, 45 and 05. RGB value is (76,69,5). Sum of RGB (Red+Green+Blue) = 76+69+5=150 (19% of max value = 765). Red value is 76 (30.08% from 255 or 50.67% from 150); Green value is 69 (27.34% from 255 or 46% from 150); Blue value is 5 (2.34% from 255 or 3.33% from 150); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4505 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C4505 is #B3BAFA. Grayscale: #404040. Windows color (decimal): -11778811 or 345420. OLE color: 345420.

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

Color convert

RGB 76 69 5 -
CMYK 0 0.09 0.93 0.70
HSL 54.08º 0.88% 0.16% -
HSV(B) 54.08º 0.93% 0.3% -
XYZ 5.14 5.8 0.99 -
YUV 63.8 94.82 136.7 -
System Red Green Blue C M Y K H S L
Decimal 76 69 5 0 0.09 0.93 0.70 54.08 0.88 0.16
Hex 4C 45 5 0 9 5D 46 36 58 10
Octal 114 105 5 0 11 135 106 66 130 20
Binary 1001100 1000101 101 0 1001 1011101 1000110 110110 1011000 10000

Color Harmonies of #4C4505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C4505

Black with #4C4505

Text Example


Text Example

White with #4C4505

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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